AppenderNoGCFixed.this

Construct an appender that will work with given buffer.

Data written to the appender will overwrite the buffer from the start.

struct AppenderNoGCFixed(A : T[], T)
@nogc
this
@trusted pure nothrow
(
T[] arr
)

Meta