You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since using sameElements is the only way to properly check for equality on two arrays in Scala (AFAIK), it would be good if it could also be optimized away. It seems like a natural candidate. :-)
The text was updated successfully, but these errors were encountered:
Since using
sameElements
is the only way to properly check for equality on two arrays in Scala (AFAIK), it would be good if it could also be optimized away. It seems like a natural candidate. :-)The text was updated successfully, but these errors were encountered: