Function FlatMap.atCopy

Returns copy of element value with specified key or ValueType.init if container doesn't contains key.

CopyConstness!(This,ValueType) atCopy(K, This) (
  auto scope ref K key
);

Examples

TODO