ArenaAllocator.EABlock

Undocumented in source.
struct ArenaAllocator(T, uint blockSize)
nothrow @nogc
struct EABlock {}

Members

Variables

items
T[blockSize] items;
Undocumented in source.
next
EABlock* next;
Undocumented in source.

Meta