SPECIALIZED-ARRAYS:
Factor documentation > Factor handbook > The language > Collections > Specialized arrays
Prev:SPECIALIZED-ARRAY:
Next:Specialized array words


Vocabulary
specialized-arrays

Syntax
SPECIALIZED-ARRAYS: type type type ... ;


Inputs and outputs
typea C type


Word description
Brings a set of specialized arrays for holding values of each type into the vocabulary search path. The generated words are documented in Specialized array words.

See also
SPECIALIZED-ARRAY:

Definition
USING: alien.parser lexer vocabs.parser ;

IN: specialized-arrays

SYNTAX: SPECIALIZED-ARRAYS:
";"
[ parse-c-type define-array-vocab use-vocab ] each-token ;