/Docs/int_tuple/is_flatVersion: Nightlyis_flat is_flat(t: IntTuple) -> Bool Check if an IntTuple is flat. This function checks if the IntTuple is flat, meaning it has no nested elements. Args: t (IntTuple): The IntTuple to check. Returns: Bool: True if the IntTuple is flat, False otherwise.