congruent
congruent(a: IntTuple, b: IntTuple) -> Bool
Test if two IntTuples have the same hierarchical structure.
This function checks if two IntTuples have identical nesting patterns,
regardless of the actual integer values they contain.
Args:
Returns:
Bool: True if both IntTuples have the same hierarchical structure,
False otherwise.