Private
mapPrivate
makeReturns an array of arrays of strings, where the arrays contained in the outer array correspond to the disjoint sets, and the strings are the base-10 string representations of the members of each set. The members are sorted in numerical order, and the sets are sorted in numerical order of their smallest elements.
Generated using TypeDoc
Represents a collection of disjoint sets of Uint64 values.
Supports merging sets, retrieving the minimum Uint64 value contained in a set (the representative value), and iterating over the elements contained in a set.