DittoMutableRGA
public class DittoMutableRGA
Represents a mutable CRDT Replicated Growable Array (RGA) that can be updated as part of updating a document.
This class can’t be instantiated directly. It’s returned automatically for any RGA property within an update block.
See also the rga
property of DittoMutableDocumentPath
.
-
The value that is stored in the register.
Declaration
Swift
public var value: [Any?] { get }