Traqula
    Preparing search index...

    Interface RuleDefArg

    interface RuleDefArg {
        SUBRULE: <T, U>(
            cstDef: GeneratorRule<any, any, T, U>,
            input: T,
            arg: U,
        ) => string;
    }
    Index

    Properties

    Properties

    SUBRULE: <T, U>(
        cstDef: GeneratorRule<any, any, T, U>,
        input: T,
        arg: U,
    ) => string