mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
ScopedBuffer.data
mir
appender
ScopedBuffer
Returns the internal buffer contents as an inout(T)[] slice.
struct
ScopedBuffer
(T, size_t bytes = 4096)
inout @
property
@
trusted
scope return
inout
(
T
)[]
data
(
)
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)
Returns the internal buffer contents as an inout(T)[] slice.