std:std.collections.Map<K,V>.Operator []

Operator []:V( key:K )

Gets the value associated with a key in the map.

Parameters
key key The key.