<byte-vector> ( n -- byte-vector )
Factor handbook » The language » Collections » Byte vectors

Prev:>byte-vector ( seq -- byte-vector )
Next:BV{


Vocabulary
byte-vectors

Inputs
na positive integer specifying initial capacity


Outputs
byte-vectora byte-vector


Word description
Creates a new byte vector that can hold n bytes before resizing.

Definition