Set.opIndex

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

Return Value

Type: bool

true if the element is present.

Meta