@eagleoutice/flowr - v2.15.8
    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 {
        foldable: boolean;
        name: Identifier;
        props?: number;
        sig?: FnSig;
        tags?: SemanticCallTags;
    }

    Hierarchy (View Summary)

    Index
    foldable: 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

    the SemanticCallTags entries the definition states, undefined when it states none