Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
<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
n
a non-negative integer
byte-array
a new byte array
Word description
Creates a new byte array holding
n
bytes.
Definition
IN:
byte-arrays
PRIMITIVE:
<byte-array>
( n -- byte-array )
flushable