1byte-array ( x -- byte-array )
Factor handbook » The language » Collections » Byte arrays

Prev:<byte-array> ( n -- byte-array )
Next:2byte-array ( x y -- byte-array )


Vocabulary
byte-arrays

Inputs
xan object


Outputs
byte-arraya byte-array


Word description
Creates a new byte-array with one element.

See also
2byte-array, 3byte-array, 4byte-array

Definition