mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
ScopedBuffer.put
mir
appender
ScopedBuffer
void
put
(T e)
void
put
(R e)
void
put
(R[] e)
struct
ScopedBuffer
(T, size_t bytes = 4096)
scope
static if
(
!hasElaborateAssign!T
)
void
put
(
scope
R
[]
e
)
if
(
bytes
&&
T.sizeof
<=
bytes
)
void
put
(Iterable range)
Meta
Source
See Implementation
mir
appender
ScopedBuffer
destructors
~this
functions
data
initialize
length
moveDataAndEmplaceTo
popBackN
put
reset
shrinkTo
postblits
this(this)
variables
_scopeBufferPayload