alid ~master (2026-07-02T20:29:34.1132369)
Dub
Repo
CircularBlocks.opOpAssign
alid
circularblocks
CircularBlocks
Append an element
struct
CircularBlocks
(T)
void
opOpAssign
(
string
op
)
(
auto
ref
T
element
)
if
(
op
== "~"
)
Parameters
element
T
the element to add; lvalues are copied, rvalues are moved
Meta
Source
See Implementation
alid
circularblocks
CircularBlocks
constructors
this
destructors
~this
functions
capacity
compact
emplaceBack
heapBlockOccupancy
length
moveEmplace
opDollar
opIndex
opOpAssign
opSlice
removeFrontN
toString
variables
heapAllocations
Append an element