pub fn binary<'c>(
    context: &'c Context,
    output: Type<'c>,
    x: Value<'c, '_>,
    y: Value<'c, '_>,
    overlap_region: Region<'c>,
    left_region: Region<'c>,
    right_region: Region<'c>,
    location: Location<'c>
) -> BinaryOperation<'c>
Expand description

Creates a binary operation.