loc>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: loc>> ( object -- value )


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

M: ##peek loc>> 3 slot ; inline


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

M: ##replace-imm loc>> 3 slot ; inline


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

M: ##replace loc>> 3 slot ; inline


USING: accessors help.topics slots.private ;

M: article loc>> 4 slot ; inline


USING: accessors compiler.cfg.stacks.finalize slots.private ;

M: bad-peek loc>> 3 slot ; inline


USING: accessors delegate.private slots.private ;

M: consultation loc>> 5 slot ; inline


USING: accessors images.atlas slots.private ;

M: image-placement loc>> 3 slot ; inline


USING: accessors opengl.textures.private slots.private ;

M: multi-texture loc>> 6 slot ; inline


USING: accessors math.rectangles slots.private ;

M: rect loc>> 2 slot ; inline


USING: accessors opengl.textures.private slots.private ;

M: single-texture loc>> 6 slot ; inline


USING: accessors help.tips slots.private ;

M: tip loc>> 3 slot ; inline