navcat docs
    Preparing search index...

    Type Alias NodeRef

    NodeRef: number

    Serialized node reference Layout (52 bits total):

    • Bit 1: type (1 bit) - fast access with 32-bit bitwise ops
    • Bits 2-32: nodeIndex (31 bits) - fast access with 32-bit bitwise ops
    • Bits 33-52: sequenceNumber (20 bits) - requires non-32-bit bitwise ops