Handbook
Glossary
ascii-char>utf16-byte-array ( off n byte-array string -- )
Vocabulary
io
.
encodings
.
utf16
.
private
Inputs
off
an
object
n
an
object
byte-array
an
object
string
an
object
Outputs
None
Definition
USING:
kernel
math.private
sequences.private
strings.private
;
IN:
io.encodings.utf16.private
:
ascii-char>utf16-byte-array
( off n byte-array string -- )
overd
string-nth-fast
-rot
[
2
fixnum*fast
rot
fixnum+fast
]
dip
set-nth-unsafe
;
inline