@eagleoutice/flowr - v2.10.2
    Preparing search index...
    initialFunctionDefinitionInfo: {
        assignedFunctions: number;
        deepestNesting: number;
        lambdasOnly: number;
        nestedFunctions: number;
        recursive: number;
        total: number;
    } = ...

    Type Declaration

    • assignedFunctions: number

      using <<-, <-, =, -> ->>

    • deepestNesting: number
    • lambdasOnly: number

      how many are really using OP-Lambda?

    • nestedFunctions: number
    • recursive: number

      functions that in some easily detectable way call themselves

    • total: number

      all, anonymous, assigned, non-assigned, ...