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

    Define a built-in replacement (like [ or $) and the processor to use. This is a convenience for manually combined replacement function calls.

    interface BuiltInReplacementDefinition {
        assumePrimitive?: boolean;
        config: { constructName?: "s7"; readIndices: boolean };
        names: Identifier[];
        suffixes: ("<<-" | "<-")[];
        type: "replacement";
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of BuiltInReplacementDefinition
    Index

    Properties

    assumePrimitive?: boolean

    Should we assume that the value is a primitive?

    config: { constructName?: "s7"; readIndices: boolean }
    names: Identifier[]

    The function name to define to the given configuration

    suffixes: ("<<-" | "<-")[]
    type: "replacement"

    The type of the built-in configuration