Handbook
Glossary
strings-matching ( str seq -- seq' )
Vocabulary
tools
.
completion
Inputs
str
an
object
seq
an
object
Outputs
seq'
an
object
Definition
USING:
assocs
kernel
;
IN:
tools.completion
:
strings-matching
( str seq -- seq' )
dup
zip
completions
keys
;