lookup ( key obj -- elt ) - Factor Documentation

lookup ( key obj -- elt )


Vocabulary
containers

Inputs
key an object
obj an object


Outputs
elt an object


Definition
IN: containers

GENERIC: lookup ( key obj -- elt )


Methods
USING: assocs containers ;

M: assoc lookup at ;


USING: containers sequences ;

M: sequence lookup nth ;

AltStyle によって変換されたページ (->オリジナル) /