MapImpl.contains

struct MapImpl(K, V, alias less = KeyCompareDefault!Key, bool allowDuplicates = false, bool ownsMemory = false)
@nogc @trusted const
bool
contains
(
K key
)

Return Value

Type: bool

true if this key is contained.

Meta