dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
Set.contains
dplug
core
map
Set
struct
Set
(K, alias less = "a < b", bool allowDuplicates = false)
nothrow @
nogc
const
bool
contains
(
K
key
)
Return Value
Type:
bool
true
if the element is present.
Meta
Source
See Implementation
dplug
core
map
Set
aliases
opSlice
constructors
this
destructors
~this
functions
byKey
clearContents
contains
empty
insert
length
opBinaryRight
opIndex
remove
postblits
this(this)