hashCode can just be `fun hashCode() = 1` and as l...
# announcements
p
hashCode can just be
fun hashCode() = 1
and as long as
equals()
is implemented correctly everything will still work (albeit slowly)
✔️ 1