Are you on the JVM? You can use `Objects.hashCode(...
# announcements
j
Are you on the JVM? You can use
Objects.hashCode(Object...)
which will have an intrinsic in Java 13 (provided it ships)
🧌 1
e
Here is a relevant Kotlin request that should enable things of that variety in Kotlin stdlib: https://youtrack.jetbrains.com/issue/KT-20445
🙏 1
cc @Marc Knaup