MergeArray.this

Construct a new MergeArray, allocating on the GC heap.

struct MergeArray(Obj)
shared
this
(
ObjArgs...
)
(,
size_t width
,
ObjArgs args
)
if (
is(Obj == struct) &&
!is(Obj == shared)
)

Parameters

parent H

The Handle which this is being created for.

width size_t

The size of the internal Obj[].

args ObjArgs

Arguments for the constructor of each Obj.

Meta