Handbook
Glossary
>base16 ( seq -- base16 )
Base16 conversions
Next:
base16> ( base16 -- seq )
Vocabulary
base16
Inputs
seq
a
sequence
Outputs
base16
a
sequence
Word description
Encode into Base16 encoding.
Definition
USING:
io.encodings.binary
io.streams.byte-array
;
IN:
base16
:
>base16
( seq -- base16 )
binary
[
binary
[
encode-base16
]
with-byte-reader
]
with-byte-writer
;