right>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: right>> ( object -- value )


Methods
USING: accessors infix.ast slots.private ;

M: ast-op right>> 3 slot ; inline


USING: accessors persistent.heaps.private slots.private ;

M: branch right>> 5 slot ; inline


USING: accessors pdf.canvas slots.private ;

M: margin right>> 3 slot ; inline


USING: accessors generic.math slots.private ;

M: no-math-method right>> 3 slot ; inline


USING: accessors rosetta-code.tree-traversal slots.private ;

M: node right>> 4 slot ; inline


USING: accessors slots.private trees.private ;

M: node right>> 5 slot ; inline


USING: accessors slots.private
stack-checker.recursive-state.tree ;

M: node right>> 6 slot ; inline


USING: accessors rosetta-code.arithmetic-evaluation
slots.private ;

M: operator right>> 3 slot ; inline


USING: accessors slots.private ui.pens.tile ;

M: tile-pen right>> 4 slot ; inline


USING: accessors benchmark.binary-trees slots.private ;

M: tree-node right>> 4 slot ; inline