Bucketizer.owns

Defined only if Allocator defines owns. Finds the owner of b and forwards the call to it.

struct Bucketizer(Allocator, size_t min, size_t max, size_t step)
static if(__traits(hasMember, Allocator, "owns"))
Ternary
owns
(
void[] b
)

Meta