The OpenD Programming Language

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(hasMember!(Allocator, "owns"))
Ternary
owns
(
void[] b
)

Meta