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

    the function records of one package version, as SigDatabase.versionFns keeps them

    interface VersionFns {
        byName?: ReadonlyMap<string, number>;
        idxs: readonly number[];
    }
    Index
    byName?: ReadonlyMap<string, number>
    idxs: readonly number[]