json-joy
    Preparing search index...

    Type Alias JsonCodecNewVecOperation

    JsonCodecNewVecOperation: JsonCodecOperationBase<"new_vec">

    Operation which creates a new "vec" CRDT data type, which is a vector of indexed contiguously starting from zero. The values of the vector are Last-Write-Wins Registers of pointers to other CRDT data types.