dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
Set.length
dplug
core
map
Set
struct
Set
(K, alias less = "a < b", bool allowDuplicates = false)
nothrow @
nogc
const
size_t
length
(
)
Return Value
Type:
size_t
Number of elements in the set.
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)