classes.struct.vectored.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Macro words
WordStack effect
(vectored-element>)( struct-class -- quot: ( elt -- struct ) )
(vectored-slots)( struct-class -- quot: ( n -- slots... ) )
<vectored-slots>( struct-class -- quot: ( n -- slots... ) )
first-slot( struct-class -- quot: ( struct -- value ) )
set-vectored-nth( struct-class -- quot: ( value i vector -- ) )


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 -- )


Files