Handbook
Glossary
fast-set ( set -- set' )
Factor handbook
»
The language
»
Collections
»
Sets
»
Operations on sets
Prev:
set-like ( set exemplar -- set' )
Next:
all-unique? ( set -- ? )
Vocabulary
sets
Inputs
set
an
object
Outputs
set'
an
object
Definition
IN:
sets
GENERIC:
fast-set
( set -- set' )
Methods
USING:
hash-sets
kernel
sets
;
M:
f
fast-set
drop
0
<hash-set>
;
USING:
hash-sets
sequences
sets
;
M:
sequence
fast-set
>hash-set
;
USING:
sets
;
M:
set
fast-set
;