In a data class with a property of type `FloatArra...
# announcements
d
In a data class with a property of type
FloatArray
,
IntArray
or other "primitive" array types. Instead of manually overriding
equals
and
hashCode
with the IDE. Why doesn't kotlin just generate the recommended implementation of
equals
and
hashCode
by itself?