Feature Request
type Operations and type Cursor implementation
Summary
define the following types
A vector of id that uniquely identify the path in Node tree.
{
id: LamportCounter
deps: []LamportCounter
cursor: Cursor
mutation: ASSIGN | DELETE | INSERT | GET
value: *Node
}