pub fn arithmetic_right_shift<'c>(
    context: &'c Context,
    output: Type<'c>,
    input_1: Value<'c, '_>,
    input_2: Value<'c, '_>,
    round: Attribute<'c>,
    location: Location<'c>
) -> ArithmeticRightShiftOperation<'c>
Expand description

Creates an arithmetic_right_shift operation.