Handbook
Glossary
?combine ( char slice i -- ? )
Vocabulary
unicode
.
collation
.
private
Inputs
char
an
object
slice
an
object
i
an
object
Outputs
?
an
object
Definition
USING:
assocs
kernel
namespaces
sequences
;
IN:
unicode.collation.private
::
?combine
( char slice i -- ? )
i slice
nth
char
suffix
:>
str str
ducet
get-global
key?
dup
[
str i slice
set-nth
]
when
;