CompressedList.BitMapLength

Undocumented in source.
struct CompressedList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
enum BitMapLength = NodesPerPage % 8 ? NodesPerPage / 8 + 1 : NodesPerPage / 8;

Meta