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