containers ~mutability-checks (2021-12-18T07:12:44.3029946)
Dub
Repo
UnrolledList.Range
containers
unrolledlist
UnrolledList
Undocumented in source.
struct
UnrolledList
(T, bool supportGC = true, size_t cacheLineSize = 64)
static
struct
Range (
ThisT
) {
this
();
this
(inout(Node)* current);
ET
front
();
void
popFront
();
bool
empty
();
Range
save
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(inout(Node)* current)
Undocumented in source.
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
ET
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
save
Range
save
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
containers
unrolledlist
UnrolledList
aliases
insert
opSlice
put
destructors
~this
functions
back
empty
front
insertAnywhere
insertBack
length
moveBack
moveFront
popBack
popFront
range
remove
postblits
this(this)
structs
Range
variables
c
nodeCapacity