Handbook
Glossary
find-used-words ( vector -- set )
Vocabulary
lint
.
vocabs
.
private
Inputs
vector
an
object
Outputs
set
an
object
Definition
USING:
kernel
sequences.parser
sets
;
IN:
lint.vocabs.private
:
find-used-words
( vector -- set )
<sequence-parser>
V{
}
clone
swap
(find-used-words)
fast-set
;