Handbook
Glossary
replace1 ( i word -- words )
Vocabulary
spelling
Inputs
i
an
object
word
an
object
Outputs
words
an
object
Definition
USING:
kernel
sequences
sequences.private
;
IN:
spelling
:
replace1
( i word -- words )
[
ALPHABET
]
2dip
bounds-check
[
clone
[
set-nth-unsafe
]
keep
]
2curry
{
}
map-as
;