Skip to main content
Log in

Mojo function

is_tuple

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

Determines if a RuntimeTuple represents a tuple rather than a scalar value.

This function checks the structure of the underlying IntTuple to determine if it represents a tuple with multiple elements or a single scalar value.

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 tuple, False if it represents a scalar.