containers ~bsf-checks (2022-01-27T01:36:43.1057943)
Dub
Repo
HashSet.contains
containers
hashset
HashSet
struct
HashSet
(T, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
inout nothrow
bool
contains
(
T
value
)
Return Value
Type:
bool
true if value is contained in the set.
Meta
Source
See Implementation
containers
hashset
HashSet
aliases
opSlice
put
constructors
this
destructors
~this
functions
clear
contains
empty
insert
length
opBinaryRight
range
remove
postblits
this(this)