The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
UnrolledList.insertBack
containers
unrolledlist
UnrolledList
Inserts the given item into the end of the list.
T
*
insertBack
(T item)
struct
UnrolledList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
T
*
insertBack
(
T
item
)
void
insertBack
(R range)
Return Value
Type:
T
*
a pointer to the inserted item.
Meta
Source
See Implementation
containers
unrolledlist
UnrolledList
aliases
insert
put
constructors
this
functions
back
clear
empty
front
insertAnywhere
insertBack
length
moveBack
moveFront
opOpAssign
opSlice
popBack
popFront
remove
Inserts the given item into the end of the list.