Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
(fuzzy) ( accum i full ch -- accum i ? )
Vocabulary
tools.completion
Definition
USING:
kernel
locals
math
sequences
tools.completion.private
;
IN:
tools.completion
::
(fuzzy)
( accum i full ch -- accum i ? )
ch i full
smart-index-from
[
[
accum
push
]
[
accum
swap
1
+
t
]
bi
]
[
f
-1
f
]
if*
;