FixedPool

//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////

Members

Aliases

IdxType
alias IdxType = CapacityType!(N + 1)
Undocumented in source.

Manifest constants

INVALID
enum INVALID;
Undocumented in source.
capacity
enum capacity;
Undocumented in source.
sz
enum sz;
Undocumented in source.

Properties

value
T* value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

padding
ubyte[T._poolElementAlignment - (sz % T._poolElementAlignment)] padding;
Undocumented in source.

Meta