gis-tools-ts - v0.6.0
    Preparing search index...

    Function writeBigVarintLow

    • Write a varint larger then 54-bits on the low end

      Parameters

      • low: number

        lower 32 bits

      • _high: number

        unused "high" bits

      • bufPos: VarintBufPos

        the buffer with it's position to write at

      Returns void