kotlin.collections.HashSet.<init>

<init>

HashSet()

Platform and version requirements: JS

Constructs a new empty HashSet-

HashSet(elements: Collection<E>)

Platform and version requirements: JS

Constructs a new HashSet filled with the elements of the specified collection