The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
UnrolledList.this
containers
unrolledlist
UnrolledList
No default construction if an allocator must be provided.
this
()
struct
UnrolledList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
@
disable
static if
(
stateSize!Allocator != 0
)
this
(
)
this
(Allocator allocator)
Meta
Source
See Implementation
containers
unrolledlist
UnrolledList
aliases
insert
put
constructors
this
functions
back
clear
empty
front
insertAnywhere
insertBack
length
moveBack
moveFront
opOpAssign
opSlice
popBack
popFront
remove
No default construction if an allocator must be provided.