4byte-array ( w x y z -- byte-array ) (original) (raw)
4byte-array ( w x y z -- byte-array )
Factor handbook » The language » Collections » Byte arrays
Prev: | 3byte-array ( x y z -- byte-array ) |
---|---|
Next: | resize-byte-array ( n byte-array -- new-byte-array ) |
Vocabulary
byte-arrays
Inputs
w | an object |
---|---|
x | an object |
y | an object |
z | an object |
Outputs
byte-array | a byte-array |
---|
Word description
Creates a new byte-array with four elements.
See also
1byte-array, 2byte-array, 3byte-array
Definition
: 4byte-array ( w x y z -- byte-array ) B{ } 4sequence ; inline