containers ~mutability-checks (2021-12-18T07:12:44.3029946)
Dub
Repo
SimdSet.length
containers
simdset
SimdSet
struct
SimdSet
(T)
const pure nothrow @
nogc
@
property
size_t
length
(
)
if
(
T.sizeof
== 1 ||
T.sizeof
== 2
||
T.sizeof
== 4
||
T.sizeof
== 8
)
Return Value
Type:
size_t
the number of items in the set
Meta
Source
See Implementation
containers
simdset
SimdSet
destructors
~this
functions
contains
insert
length
remove
postblits
this(this)