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

Prev:hash-set
Next:>hash-set ( members -- hash-set )


Vocabulary
hash-sets

Inputs
capacitya number


Outputs
hash-seta hash-set


Word description
Creates a new hash set capable of storing capacity elements before growing.

Definition