Skip to main content
Log in

Mojo function

is_int

is_int[: ImmutableOrigin, //, t: IntTuple[$0]](tuple: RuntimeTuple[t, element_bitwidth=element_bitwidth, unsigned=unsigned]) -> Bool

Determines if a RuntimeTuple represents a scalar integer value.

This function checks if the RuntimeTuple holds a single scalar value rather than a tuple structure with multiple elements.

Parameters:

  • t (IntTuple[$0]): The IntTuple type parameter of the RuntimeTuple.

Args:

  • tuple (RuntimeTuple[t, element_bitwidth=element_bitwidth, unsigned=unsigned]): The RuntimeTuple to check.

Returns:

True if the RuntimeTuple represents a scalar integer, False otherwise.