set-ref ( obj ref -- )
Factor handbook » The language » Collections » References » Reference protocol

Prev:get-ref ( ref -- obj )
Next:delete-ref ( ref -- )


Vocabulary
refs

Inputs
objan object
refa ref


Outputs
None

Word description
Stores a new value at this reference.

See also
get-ref, set-ref*

Definition

GENERIC: set-ref ( obj ref -- )


Methods