Direct Known Satisfying Classes: Array<Element>, Range<Element>, String, Tuple<Element,First,Rest>
Direct Known Satisfying Interfaces: Collection<Element>, Empty, List<Element>, Map<Key,Item>, Sequence<Element>, Sequential<Element>, Set<Element>

Abstract supertype of objects whose value can be cloned.

Attributes
cloneSource Code
shared formal Clone clone

Obtain a clone of this object. For a mutable object, this should return a copy of the object. For an immutable object, it is acceptable to return the object itself.

Inherited Attributes
Attributes inherited from: Object
Inherited Methods
Methods inherited from: Object