CircularBlocks.heapBlockOccupancy

Total number of heap blocks and the number of those that are occupied by at least one element

struct CircularBlocks(T)
const @nogc nothrow pure @safe scope
heapBlockOccupancy
()

Return Value

Type: auto

a tuple with two size_t members: .total and .occupied

Meta