MergeArray.fixedAllocSize

struct MergeArray(Obj)
static
size_t
fixedAllocSize
(
size_t width
)
if (
is(Obj == struct) &&
!is(Obj == shared)
)

Return Value

Type: size_t

The total number of bytes that will be requested to the allocator when creating a new instance of this type.

Meta