Join Slack
Communities
Powered by
I'd assume that you could, at compile-time, make a...
# language-proposals
k
kevinmost
11/03/2016, 10:02 PM
I'd assume that you could, at compile-time, make any
.equals
or
==
that involve arrays compile into
Array.deepEquals
, and any
===
compile into
arr1.equals(arr2)
, but at this point even if you could, we're past 1.0
Open in Slack
Previous
Next