UniqueArray.reserve

Reserves memory to prevent too many allocations

struct UniqueArray(Type, Allocator = typeof(theAllocator))
void
reserve
(
in long size
)
if (
isAllocator!Allocator
)

Meta