scalax.collection.mutable.ArraySet.Hints
A special hint telling that the internal representation should always be hash-based as opposite to Array. This is meaningful if the average size of the ArraySet is above the limit an Array representation is more efficient.
Array
size
ArraySet
Returns a positive number > currentCapacity for an array or 0 for a hash table.
A special hint telling that the internal representation should always be hash-based as opposite to
Array. This is meaningful if the averagesizeof theArraySetis above the limit anArrayrepresentation is more efficient.