StaticBufferAllocator.Data

Undocumented in source.
struct StaticBufferAllocator(size_t SIZE, BASE_TYPE = ubyte)
struct Data {}

Members

Properties

end
StorageType!BASE_TYPE* end [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
StorageType!BASE_TYPE[SIZE] buffer;
Undocumented in source.
ptr
StorageType!BASE_TYPE* ptr;
Undocumented in source.

Meta