ScopedAllocator.expand

Forwards to parent.expand(b, delta).

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

Meta