The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
UnrolledList.moveBack
containers
unrolledlist
UnrolledList
Removes an item from the back of the list and returns it.
struct
UnrolledList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
T
moveBack
(
)
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
Removes an item from the back of the list and returns it.