SimpleArrayAllocator.allocate

Allocate array.

struct SimpleArrayAllocator(T, size_t blockSize = 4 * 1024 - 32)
T[]
allocate
(
U
)
(,
size_t num
)

Parameters

value U

Initial value used for every element.

num size_t

Length of array.

Meta