<sbuf> ( n -- sbuf )
Factor handbook » The language » Collections » String buffers

Prev:>sbuf ( seq -- sbuf )


Vocabulary
sbufs

Inputs
na positive integer specifying initial capacity


Outputs
sbufa sbuf


Word description
Creates a new string buffer that can hold n characters before resizing.

Definition