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]
): TheRuntimeTuple
to check.
Returns:
True if the RuntimeTuple
represents a tuple, False if it represents a scalar.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!