Map.contains

struct Map(K, V, alias less = "a < b", bool allowDuplicates = false)
public nothrow @nogc const
bool
contains
(
K key
)

Return Value

Type: bool

true if this key is contained.

Meta