Stats.popByNodeType

Maps Node type/index Ix to population.

Used to calculate complete tree memory usage, excluding allocator overhead typically via malloc and calloc.

struct Stats
IndexedArray!(size_t, Node.Ix) popByNodeType;

Meta