slot-ref
Factor handbook » The language » Collections » References » Reference implementations

Prev:<global-var-ref> ( var -- global-var-ref )
Next:<slot-ref> ( tuple slot -- slot-ref )


Vocabulary
refs

Class description
Instances of this class identify a particular slot of a particular instance of a tuple. New slot references are created by calling <slot-ref>.

Definition


Methods