Handbook
Glossary
3byte-array ( x y z -- byte-array )
Factor handbook
»
The language
»
Collections
»
Byte arrays
Prev:
2byte-array ( x y -- byte-array )
Next:
4byte-array ( w x y z -- byte-array )
Vocabulary
byte-arrays
Inputs
x
an
object
y
an
object
z
an
object
Outputs
byte-array
a
byte-array
Word description
Creates a new byte-array with three element.
See also
1byte-array
,
2byte-array
,
4byte-array
Definition
USING:
sequences
;
IN:
byte-arrays
:
3byte-array
( x y z -- byte-array )
B{
}
3sequence
;
inline