HashSet

object HashSet
Companion:
class
class Object
trait Matchable
class Any
HashSet.type

Value members

Concrete methods

def from[T](xs: IterableOnce[T]): HashSet[T]

Concrete fields

inline val DenseLimit: 8

The number of elements up to which dense packing is used. If the number of elements reaches DenseLimit a hash table is used instead

The number of elements up to which dense packing is used. If the number of elements reaches DenseLimit a hash table is used instead