Bucketizer.buckets

The array of allocators is publicly available for e.g. initialization and inspection.

struct Bucketizer(Allocator, size_t min, size_t max, size_t step)
Allocator[(max + 1 - min) / step] buckets;

Meta