Segregator.owns

This method is defined only if both allocators define it. The call is forwarded to SmallAllocator if b.length <= threshold, or LargeAllocator otherwise.

struct Segregator(size_t threshold, SmallAllocator, LargeAllocator)
version(StdDdoc)
Ternary
owns
(
void[] b
)

Meta