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

    One built-in as the BuiltInIndex sees it: the name it is registered under and what flowR states about it.

    interface BuiltInEntry {
        folds: boolean;
        name: Identifier;
        props?: number;
        sig?: FnSig;
    }
    Index
    folds: boolean

    whether the value solver can fold a call of this built-in to a constant

    the identifier the built-in is registered under, with a replacement's suffix spelled out

    props?: number

    the CallProp bits the definition states, undefined when it states none

    sig?: FnSig

    the declared parameters and what each of their arguments is used for