@eagleoutice/flowr - v2.15.8
    Preparing search index...

    A dictionary's names by id. Ids are positions, so SigDict.at is what strings[id] used to be.

    Implements

    • Iterable<string>
    Index
    • The group name would be in, so a lookup only compares the names that could match it.

      Parameters

      • name: string

      Returns number

    • The dictionary the given runs spell out together, each a newline-joined batch of names starting at the id it names. The runs must cover the ids from 0 without a gap, which is how a bundle writes them.

      Parameters

      • runs: readonly { names: string; start: number }[]

      Returns SigDict

    • The name with the given id, '' for an id the dictionary does not hold.

      Parameters

      • id: number

      Returns string