Skip to content

IntegerValue

relationalai.semantics.std
IntegerValue = Union[Variable, int]

A type representing an integer value, which can be a literal int or a Variable resulting from some other expression which will evaluate to an integer.

Members

  • Variable
  • int

Used By