json-joy
    Preparing search index...

    Class vec<T>

    The vec class represents a "vec" JSON CRDT node. As the generic type parameter, it takes a tuple of node builders.

    Example:

    s.vec(s.con(0), s.con(1));
    s.vec(s.str(''), s.str('hello'));

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    type: "vec" = 'vec'
    value: T