mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
ScopedBuffer.opOpAssign
mir
appender
ScopedBuffer
Alias operator overload for `~=` that delegates to `put` for appending elements to a `ScopedBuffer`.
struct
ScopedBuffer
(T, size_t bytes = 4096)
alias
opOpAssign
(
string
op
:
"~"
)
=
put
mir
appender
ScopedBuffer
aliases
opOpAssign
destructors
~this
functions
data
initialize
length
moveDataAndEmplaceTo
popBackN
prepare
put
reserve
reset
shrinkTo
postblits
this(this)
Alias operator overload for `~=` that delegates to `put` for appending elements to a `ScopedBuffer`.