Constructs a new RGA that can be used as part of a document's content.
Returns the value of the RGA.
Inserts a value into an the RGA at the index specified.
The value to insert into the RGA.
The index at which to insert the provided value.
Pop a value off the end of the RGA.
The value popped off from the end of the RGA.
Push a value on to the end of the RGA.
The value to push on to the RGA.
Remove a value at the specified index.
The index of the element to remove.
Set a value at the specified index.
The value to set at the specified index.
The index at which to set the provided value.
Represents a mutable CRDT RGA that can be set to a specific value when updating a document.
This class can't be instantiated directly, it's returned automatically for any
rga
property of a document within an update block via MutableDocumentPath.rga.