Function melior::dialect::ods::tosa::logical_or

source ·
pub fn logical_or<'c>(
    context: &'c Context,
    z: Type<'c>,
    input_1: Value<'c, '_>,
    input_2: Value<'c, '_>,
    location: Location<'c>
) -> LogicalOrOperation<'c>
Expand description

Creates a logical_or operation.