AllocAppender

Undocumented in source.

Constructors

this
this(Allocator alloc, ElemType[] initial_buffer)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

ElemType
alias ElemType = Unqual!E
Undocumented in source.

Functions

grow
void grow(size_t min_free)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(E el)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(ArrayType arr)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(dchar el)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(ElemType[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(dchar el)
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
void reserve(size_t amt)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset(AppenderResetMode reset_mode)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

data
ArrayType data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta