Am I missing that the stdlib doesn't have an exten...
# stdlib
d
Am I missing that the stdlib doesn't have an extension for
Arrays.equals
? Something like
fun Array<*>.deepEquals(other: Array<*>) = Arrays.equals(this, other)
(and
IntArray
et al)