phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
SSOOpenHashSet.contains
nxt
sso_open_hashset
SSOOpenHashSet
Check if
element
is stored.
struct
SSOOpenHashSet
(K, alias hasher = hashOf, alias Allocator = PureMallocator.instance)
@
safe
const @
trusted
bool
contains
(
const
scope
K
key
)
if
(
isNullable
!
K
)
Return Value
Type:
bool
true
if element is present,
false
otherwise.
Meta
Source
See Implementation
nxt
sso_open_hashset
SSOOpenHashSet
functions
binCount
contains
Check if element is stored.