linXiv frontend (TS/JS)
    Preparing search index...

    Interface PageIndex

    interface PageIndex {
        starts: number[];
        text: string;
    }
    Index
    starts: number[]

    starts[i] = offset of item i's first char in text.

    text: string

    All of the page's text items joined in order.