FixedPool.capacity

Available number of items / blocks that can be allocated

struct FixedPool(size_t blockSize, size_t numBlocks, T = void)
nothrow @nogc
size_t
capacity
const
(
)

Meta