FastAppender

Faster alternative to std.array.Appender.

struct FastAppender (
T
) if (
is(T == U[],
U
)
) {}

Postblit

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

Members

Functions

opSlice
const(T) opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
T data;
Undocumented in source.

Meta