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