Documentation
Dlang.org
UnrolledList.pushFront
ikod
containers
unrolledlist
UnrolledList
Prepend list with item v. O(1)
struct
UnrolledList
(T, Allocator = Mallocator, bool GCRangesAllowed = true)
void
pushFront
(
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
Prepend list with item v. O(1)