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