FixedPool.__anonymous

Undocumented in source.
struct FixedPool(T, size_t N)
union __anonymous {}

Members

Variables

data
void[T.sizeof] data;
Undocumented in source.
nextIdx
IdxType nextIdx;
Undocumented in source.

Meta