DittoRGA

public class DittoRGA
extension DittoRGA: Equatable

Represents a CRDT Replicated Growable Array (RGA).

RGAs are deprecated and you should instead use a DittoRegister containing an array.

  • The array representation of the RGA.

    Declaration

    Swift

    public internal(set) var value: [Any?] { get }

Equatable

  • Declaration

    Swift

    public static func == (lhs: DittoRGA, rhs: DittoRGA) -> Bool