src4>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: src4>> ( object -- value )


Methods
USING: accessors compiler.cfg.instructions slots.private ;

M: ##gather-int-vector-4 src4>> 6 slot ; inline


USING: accessors compiler.cfg.instructions slots.private ;

M: ##gather-vector-4 src4>> 6 slot ; inline