Handbook
Glossary
utf8-index> ( n string -- n' )
Vocabulary
io
.
encodings
.
utf8
Inputs
n
an
object
string
an
object
Outputs
n'
an
object
Definition
USING:
kernel
math
sequences
;
IN:
io.encodings.utf8
:
utf8-index>
( n string -- n' )
code-point-offsets
[
<=
]
with
find
drop
;