@eagleoutice/flowr - v2.13.14
    Preparing search index...
    interface OperatorInformationValue {
        arity: OperatorArity;
        capabilities: readonly SupportedFlowrCapabilityId[];
        name: string;
        stringUsedInRAst: RawRType | `%${string}%`;
        stringUsedInternally: string;
        usedAs: OperatorUsedAs;
        writtenAs: OperatorWrittenAs;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    capabilities: readonly SupportedFlowrCapabilityId[]

    The capabilities this operator maps to using the new desugaring

    name: string
    stringUsedInRAst: RawRType | `%${string}%`
    stringUsedInternally: string