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

    Type Alias CallSemanticsMapping<Domain, Handler>

    CallSemanticsMapping: Record<
        IdentifierString,
        AbstractSemantics<Domain>[Handler],
    > & { other?: AbstractSemantics<Domain>[Handler] }

    A mapping from the (possibly namespaced) name of an R function to the semantics to apply for calls of that function. The special key other defines the semantics to apply for all calls that are not matched by any of the other names.

    Type Parameters