The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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.
Meta
Source
See Implementation
ikod
containers
unrolledlist
UnrolledList
aliases
constRange
functions
back
get
insert
popBack
popFront
pushBack
pushFront
remove
structs
Iterator
Prepend list with item v. O(1)