Documentation
Dlang.org
UnrolledList.pushBack
ikod
containers
unrolledlist
UnrolledList
Append item to the list. O(1)
struct
UnrolledList
(T, Allocator = Mallocator, bool GCRangesAllowed = true)
void
pushBack
(
V
)
(
V
v
)
Throws
AssertError if any const range is registered.
ikod
containers
unrolledlist
UnrolledList
aliases
constRange
functions
back
get
insert
popBack
popFront
pushBack
pushFront
remove
structs
Iterator
Append item to the list. O(1)