Handbook
Glossary
split-bytes ( short-array -- byte-array )
Vocabulary
hipku
.
private
Inputs
short-array
an
object
Outputs
byte-array
an
object
Definition
USING:
arrays
math
sequences
;
IN:
hipku.private
:
split-bytes
( short-array -- byte-array )
[
256
/mod
2array
]
{
}
map-as
concat
;