SSOHybridHashSet.contains

Check if element is stored.

struct SSOHybridHashSet(K, alias hasher = hashOf, alias Allocator = Mallocator.instance)
@safe const @trusted
bool
contains
(
const scope K key
)

Return Value

Type: bool

true if element is present, false otherwise.

Meta