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 full)

Constructors

Properties

Constructors

Properties

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