LinkedMap.has

Returns true if key is found.

struct LinkedMap(K, E, bool nogcIndexing = true, alias equal = "a == b", bool ovrwrtBhvr = true)
@nogc @safe pure nothrow
bool
has
(
K key
)

Meta