Handbook
Glossary
reorder-back ( string i -- )
Vocabulary
unicode
.
normalize
.
private
Inputs
string
an
object
i
an
object
Outputs
None
Definition
USING:
kernel
math
sequences
unicode.data
;
IN:
unicode.normalize.private
:
reorder-back
( string i -- )
over
[
non-starter?
not
]
find-last-from
drop
?1+
reorder-next
2drop
;