RefCopy:
Filter:
Classes | Core

RefCopy : Ref : AbstractFunction : Object

a reference to the copy of a value
Source: Ref.sc

Description

A Ref instance is an object with a single slot named 'value' that serves as a holder of an object. RefCopy, in difference to Ref, returns only copies of the value when next is called. This can be useful when the original is to be kept unchanged.

see Ref for other methods.

Class Methods

Inherited class methods

Instance Methods

Inherited instance methods

Undocumented instance methods

.next

Examples