Parents: | classes.struct.vectored |
Word | Stack 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 -- ) ) |
Word | Stack 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 -- ) |