mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
ScopedBuffer.reset
mir
appender
ScopedBuffer
Resets the ScopedBuffer to its initial state, clearing any data and reusing the internal buffer.
struct
ScopedBuffer
(T, size_t bytes = 4096)
@
trusted
scope nothrow
void
reset
(
)
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)
Resets the ScopedBuffer to its initial state, clearing any data and reusing the internal buffer.