PHondogo
09/28/2022, 7:45 PMjw
09/28/2022, 7:57 PMephemient
09/28/2022, 9:31 PMarrayOf(foo, bar, baz).contentHashCode()
jw
09/28/2022, 11:00 PMjw
09/28/2022, 11:01 PMcontentHashCode()
being inline
or inlinedjw
09/28/2022, 11:02 PMif (thing in arrayOf(foo, bar))
that it was targeting, but it'd also be good for thisephemient
09/29/2022, 1:56 AMcontentHashCode()
is inline - Objects.hash() isn't, so there's probably no getting around the varargs array construction for thatilya.gorbunov
09/29/2022, 4:44 PMcontentHashCode
is inline just because it delegates to Arrays.hashCode