SetImpl.contains

struct SetImpl(K, alias less = (a, b) => a < b, bool allowDuplicates = false, bool ownsMemory = false)
@nogc @trusted const
bool
contains
(
K key
)

Return Value

Type: bool

true if the element is present.

Meta