key>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: key>> ( object -- value )


Methods
USING: accessors refs slots.private ;

M: assoc-ref key>> 3 slot ; inline


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

M: bad-delete-at key>> 2 slot ; inline


USING: accessors slots slots.private ;

M: bad-slot-attribute key>> 2 slot ; inline


USING: accessors slots.private xml.errors ;

M: duplicate-attr key>> 4 slot ; inline


USING: accessors heaps.private slots.private ;

M: entry key>> 3 slot ; inline


USING: accessors db.types slots.private ;

M: generator-bind key>> 3 slot ; inline


USING: accessors hashtables kernel.private mongodb.driver
slots.private ;

M: index-spec key>> 4 slot { hashtable } declare ; inline


USING: accessors persistent.hashtables.nodes slots.private ;

M: leaf-node key>> 3 slot ; inline


USING: accessors db.types slots.private ;

M: literal-bind key>> 2 slot ; inline


USING: accessors mime.multipart slots.private ;

M: mime-variable key>> 3 slot ; inline


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

M: node key>> 3 slot ; inline


USING: accessors slots.private trees.private ;

M: node key>> 2 slot ; inline


USING: accessors pairs slots.private ;

M: pair key>> 3 slot ; inline


USING: accessors memcached.private slots.private ;

M: request key>> 3 slot ; inline


USING: accessors slots.private ui.tools.inspector ;

M: slot-description key>> 2 slot ; inline


USING: accessors db.sqlite slots.private ;

M: sqlite-low-level-binding key>> 3 slot ; inline


USING: accessors mongodb.tuple.collection slots.private ;

M: toid key>> 2 slot ; inline


USING: accessors oauth slots.private ;

M: token key>> 2 slot ; inline


USING: accessors slots.private wrap.words ;

M: word key>> 2 slot ; inline