ikod-containers ~master (2021-10-26T12:19:13Z)
Dub
Repo
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.
Meta
Source
See Implementation
ikod
containers
unrolledlist
UnrolledList
aliases
constRange
mutRange
destructors
~this
functions
back
clear
dump
empty
front
get
insert
length
makeRange
opAssign
opIndex
opIndexAssign
popBack
popFront
pushBack
pushFront
remove
postblits
this(this)
structs
Iterator
Append item to the list. O(1)