The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
UnrolledList.opOpAssign
containers
unrolledlist
UnrolledList
Inserts the given range into the end of the list
struct
UnrolledList
(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
T
*
opOpAssign
(
string
op
)
(
T
item
)
if
(
op
== "~"
)
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 range into the end of the list