MergeArray.canMergeWith

Tests whether or not this is merge-compatible (has the same width) as other.

struct MergeArray(Obj)
shared
bool
canMergeWith
(
shared(MergeArray)* other
)
if (
is(Obj == struct) &&
!is(Obj == shared)
)

Return Value

Type: bool

width == other.width

Meta