Function FlatMap.at

Returns pointer elements value with specified key or null if container doesn't contains key.

CopyConstness!(This,ValueType)* at(K, This) (
  auto scope ref K key
) pure nothrow @nogc scope @system;

Examples

TODO