memory.appender

Tools for building up arrays without using the GC.

Members

Structs

Appender
struct Appender(T, A, size_t initialSize = 10)

Allocator-backed array appender.

Meta

Authors

Brian Schott