json-joy
    Preparing search index...

    Type Alias CompactCodecInsValOperation

    CompactCodecInsValOperation: [
        op: JsonCrdtPatchOpcode.ins_val,
        obj: CompactCodecTimestamp,
        value: CompactCodecTimestamp,
    ]

    Updates the value of "val" LWW-Register. The obj property specifies the "val" object on which to perform the operation. The value property is the value to apply to the object.