The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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
aliases
opOpAssign
destructors
~this
functions
data
initialize
length
moveDataAndEmplaceTo
popBackN
prepare
put
reserve
reset
shrinkTo
postblits
this(this)