MergeArray.width

struct MergeArray(Obj)
@property shared
size_t
width
()
if (
is(Obj == struct) &&
!is(Obj == shared)
)

Return Value

Type: size_t

The number of Obj in the internal array. This is a constant.

Meta