classes.struct.vectored.private vocabulary
Factor documentation > Factor handbook > Vocabulary index


Summary
classes.struct.vectored.private vocabulary

Words

Macro words
WordStack effect
(vectored-element>)( struct-class -- quot )
(vectored-slots)( struct-class -- quot )
<vectored-slots>( struct-class -- quot )
first-slot( struct-class -- quot )
set-vectored-nth( struct-class -- quot )


Ordinary words
WordStack effect
(array-class)-of( type -- array-type )
<array-class>-of( type -- array-type )
>vectored-slot( struct-slot offset -- tuple-slot )
array-class-of( type -- array-type )
define-vectored-accessors( S>> S<< T -- )