phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Appender.data
std
array
Appender
Use opSlice() from now on.
struct
Appender
(A)
@
property
inout
inout
(
T
)[]
data
(
)
if
(
isDynamicArray
!
A
)
Return Value
Type:
inout
(
T
)[]
The managed array.
Meta
Source
See Implementation
std
array
Appender
aliases
opOpAssign
constructors
this
functions
clear
put
reserve
shrinkTo
toString
properties
capacity
data
length
opSlice
Use opSlice() from now on.