ScopedAllocator.expand

Forwards to parent.expand(b, delta).

struct ScopedAllocator(ParentAllocator)
static if(__traits(hasMember, Allocator, "expand"))
bool
expand
(
ref void[] b
,
size_t delta
)

Meta