RgaTreeSplitPosStruct

data class RgaTreeSplitPosStruct(val id: RgaTreeSplitNodeIDStruct, val relativeOffset: Int) : JsonSerializable.Struct<RgaTreeSplitPos>

RgaTreeSplitPosStruct is a structure represents the meta data of the node pos. It is used to serialize and deserialize the node pos.

Constructors

Link copied to clipboard
constructor(id: RgaTreeSplitNodeIDStruct, relativeOffset: Int)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toOriginal(): RgaTreeSplitPos