Closed treeowl closed 4 years ago
Make compare for arrays (of the same length) work in lexicographical order, rather than reverse lexicographical order.
compare
Make == for arrays work from left to right instead of working from right to left in an accidentally inefficient manner.
==
Fixes #27
Make
compare
for arrays (of the same length) work in lexicographical order, rather than reverse lexicographical order.Make
==
for arrays work from left to right instead of working from right to left in an accidentally inefficient manner.Fixes #27