>hash-set ( members -- hash-set )
Factor handbook » The language » Collections » Sets » Set implementations » Hash sets

Prev:<hash-set> ( capacity -- hash-set )


Vocabulary
hash-sets

Inputs
membersa sequence


Outputs
hash-seta hash-set


Word description
Creates a new hash set with the given members.

Definition