mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
ScopedBuffer.popBackN
mir
appender
ScopedBuffer
Removes n elements from the end of the buffer.
struct
ScopedBuffer
(T, size_t bytes = 4096)
void
popBackN
(
size_t
n
)
if
(
bytes
&&
T.sizeof
<=
bytes
)
mir
appender
ScopedBuffer
aliases
opOpAssign
destructors
~this
functions
data
initialize
length
moveDataAndEmplaceTo
popBackN
prepare
put
reserve
reset
shrinkTo
postblits
this(this)
Removes n elements from the end of the buffer.