<byte-array> ( n -- byte-array )
Factor documentation > Factor handbook > The language > Collections > Byte arrays
Prev:>byte-array ( seq -- byte-array )
Next:1byte-array ( x -- byte-array )


Vocabulary
byte-arrays

Inputs and outputs
na non-negative integer
byte-arraya new byte array


Word description
Creates a new byte array holding n bytes.

Definition
IN: byte-arrays

PRIMITIVE: <byte-array> ( n -- byte-array ) flushable