json-joy
    Preparing search index...

    Type Alias CompactCodecNewValOperation

    CompactCodecNewValOperation: [
        op: JsonCrdtPatchOpcode.new_val,
        value: CompactCodecTimestamp,
    ]

    Operation which creates a new "val" CRDT data type, which is a Last-Write-Wins Register of a pointer to another CRDT data type.