phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
SSOFlatHashSet.contains
nxt
sso_open_hashset
SSOFlatHashSet
Check if
element
is stored.
struct
SSOFlatHashSet
(K, alias hasher = hashOf, alias Allocator = Mallocator.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
SSOFlatHashSet
aliases
InsertionStatus
destructors
~this
functions
contains
insert
remove
postblits
this(this)
properties
capacity
length
static functions
withCapacity
Check if element is stored.