Function
hasKey
Determines whether a map contains a value given key.
hasKey(map, key)
Parameters
map
A map.
Types: Map
key
A key.
Metafunctions: Key
Return Values
true, if there is a value in map of that key, false otherwise.
See Also
SeqAn - Sequence Analysis Library - www.seqan.de