Handbook
Glossary
code-point-offsets ( string -- indices )
Vocabulary
io
.
encodings
.
utf8
Inputs
string
an
object
Outputs
indices
an
object
Definition
USING:
kernel
math
sequences
;
IN:
io.encodings.utf8
:
code-point-offsets
( string -- indices )
0
[
code-point-length
+
]
accumulate
swap
suffix
;