The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
SimdSet.this
containers
simdset
SimdSet
Use the given
allocator
for allocations.
this
()
this
(Allocator allocator)
struct
SimdSet
(T, Allocator = Mallocator)
static if
(
stateSize!Allocator != 0
)
this
(
Allocator
allocator
)
if
(
T.sizeof
== 1 ||
T.sizeof
== 2
||
T.sizeof
== 4
||
T.sizeof
== 8
)
Meta
Source
See Implementation
containers
simdset
SimdSet
aliases
insertAnywhere
put
constructors
this
functions
contains
insert
length
opBinaryRight
opOpAssign
opSlice
remove
Use the given allocator for allocations.