@eagleoutice/flowr - v2.10.1
    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

    Hierarchy-Diagram

    UML class diagram of OperatorInformationValue
    Index

    Properties

    capabilities: readonly SupportedFlowrCapabilityId[]

    The capabilities this operator maps to using the new desugaring

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