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

    Type Alias SigClass

    SigClass:
        | [
            nameIdx: number,
            system: SigClassSystem,
            props: number,
            supers: number[],
            slots: SigSlot[],
        ]
        | [
            nameIdx: number,
            system: SigClassSystem,
            props: number,
            supers: number[],
            slots: SigSlot[],
            pkgIdx: number,
        ]

    One class record [nameIdx, system, propBits, supers, slots] (supers: dictionary indices of the direct superclasses, in declaration order), with an optional trailing pkgIdx naming the package that defines the class when that is not the one carrying the record (see ClassProp.Foreign); additive, so older readers stay working.