Construct a new MergeArray, allocating on the GC heap.
The type of the contained sequential data structure.
The type of Handle which MergeArray expects to be underneath.
Tests whether or not this is merge-compatible (has the same width) as other.
Merges all Objs in this MergeArray into the MergeArray referenced by dest.
Applies dg to each element in cyclic fashion until it returns true or the MergeArray is disrupted by a merge.
Static factory method using Alloc to allocate a new shared MergeArray.
An array-based implementation of a Bag for use by a Handle.