Set.contains

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

Return Value

Type: bool

true if the element is present.

Meta