Method ADT.CritBit.StringTree()->_values()
- Method
_values
arrayvalues( ADT.CritBit.StringTree arg )- Description
Returns an array of values of the StringTree object. The returned array matches _indices so that
mkmapping(indices(tree), values(tree))would create a mapping with the same contents as this StringTree.