streams ~master (2025-01-12T01:29:17.6553987)
Dub
Repo
AppendableBuffer.appendItems
streams
utils
AppendableBuffer
Appends items to the buffer, expanding the buffer if needed.
struct
AppendableBuffer
(T)
void
appendItems
(
T
[]
items
)
Parameters
items
T
[]
The items to add.
Meta
Source
See Implementation
streams
utils
AppendableBuffer
constructors
this
destructors
~this
functions
appendItems
length
reset
toArray
toArrayCopy
Appends items to the buffer, expanding the buffer if needed.