cute
cute copied to clipboard
Inconsistent ordering for "for" expressions
The arity c!
is called with determines the iteration order - c![(a, b, c), for a in 0..5, for b in 0..5, for c in 0..5]
is iterated differently than c![(a, b), for a in 0..5, for b in 0..5]
.