vibe-d v0.9.5-beta.1 (2022-05-13T15:16:55Z)
Home
Dub
Repo
AllocAppender.put
index
vibe
utils
array
AllocAppender
Undocumented in source. Be warned that the author may not have intended to support it.
void
put
(E el)
void
put
(ArrayType arr)
void
put
(ElemType[] arr)
void
put
(dchar el)
void
put
(dchar el)
struct
AllocAppender
(ArrayType : E[], E)
@
safe
static if
(
is(ElemType == wchar)
)
void
put
(
dchar
el
)
Meta
Source
See Implementation
index
vibe
utils
array
AllocAppender
aliases
ElemType
constructors
this
functions
append
grow
put
reserve
reset
postblits
this(this)
properties
data