natario1
10/24/2022, 12:17 PMequals
for value classes is not allowed. Which kind of makes sense, but what about arrays? I have a value class Ints(val array: IntArray)
which fails on equality checks, because it won’t use contentEquals. Is this going to change in the future?Sam
10/25/2022, 8:39 AMSam
10/25/2022, 8:45 AMnatario1
10/25/2022, 1:40 PMudalov