CrdtTreePos

data class CrdtTreePos : JsonSerializable<CrdtTreePos, CrdtTreePosStruct>

CrdtTreePos represent a position in the tree. It is used to identify a position in the tree. It is composed of the parent ID and the left sibling ID. If there's no left sibling in parent's children, then left sibling is parent.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toStruct(): CrdtTreePosStruct