Skip to contents

Infer the types for integerish (bool or int) binary operations.

Usage

infer_types_integerish_biv(lhs, rhs)

Arguments

lhs

(ValueType)
The left-hand side operand.

rhs

(ValueType)
The right-hand side operand.

Value

(ValueType)
The inferred type.