FixedBuffer

Undocumented in source.
struct FixedBuffer (
size_t size
T
) if (
!hasElaborateDestructor!T
) {}

Alias This

data

Members

Functions

data
T[] data()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta