Appender

Allocator-backed array appender.

Constructors

this
this()
Undocumented in source.
this
this(A allocator)

Members

Aliases

put
alias put = append
Undocumented in source.

Functions

append
void append(T item)

Appends an item.

append
void append(inout(T)[] items)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
T[] opSlice()
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mem
T[] mem;
Undocumented in source.

Meta