SSOOpenHashSet.contains

Check if element is stored.

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

Return Value

Type: bool

true if element is present, false otherwise.

Meta