eligius
    Preparing search index...

    Variable calcConst

    calc: TOperation<
        ICalcOperationData,
        Omit<ICalcOperationData, "left" | "right" | "operator">,
    > = ...

    This operation calculates the given left and right hand operands using the specified operator.