Bucketizer.expand

bool expand(ref void[] b, size_t delta)

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].