Handbook
Glossary
each-byte ( from to bytes quot: ( elt -- ) -- )
Vocabulary
tools
.
hexdump
.
private
Inputs
from
an
object
to
an
object
bytes
an
object
quot
a
quotation
with stack effect
( elt -- )
Outputs
None
Definition
USING:
kernel
math
sequences.private
;
IN:
tools.hexdump.private
:
each-byte
( from to bytes quot: ( elt -- ) -- )
[
[
nth-unsafe
]
curry
]
dip
compose
each-integer-from
;
inline