Bucketizer.expand

This method allows expansion within the respective bucket range. It succeeds if both b.length and b.length + delta fall in a range of the form [min + k * step, min + (k + 1) * step - 1].

struct Bucketizer(Allocator, size_t min, size_t max, size_t step)
bool
expand
(
ref void[] b
,
size_t delta
)

Meta