Handbook
Glossary
write-bytes ( from to bytes stream -- )
Vocabulary
tools
.
hexdump
.
private
Inputs
from
an
object
to
an
object
bytes
an
object
stream
an
object
Outputs
None
Definition
USING:
io
kernel
sequences.private
;
IN:
tools.hexdump.private
:
write-bytes
( from to bytes stream -- )
[
[
hex-digits
nth-unsafe
]
]
dip
[
stream-write
]
curry
compose
each-byte
;
inline