std
:
std.collections
.
Map<K,V>
.Contains
Method Contains:
Bool
( key:K )
Checks if the map contains a given key.
Parameters
key
key The key to check for.