Type Alias OperatorValidationRule<TypeType, Specifics, T>

OperatorValidationRule: (
    operatorCall: T,
    operatorName: string,
    operatorType: TypeType,
    accept: ValidationProblemAcceptor<Specifics>,
    typir: TypirServices<Specifics>,
) => void

Type Parameters

Type declaration