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

Prev:1byte-array ( x -- byte-array )
Next:3byte-array ( x y z -- byte-array )


Vocabulary
byte-arrays

Inputs
xan object
yan object


Outputs
byte-arraya byte-array


Word description
Creates a new byte-array with two elements.

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

Definition