Problem
There's no shared deep-array equality helper. No core type needs it today, but generated DTOs with ByteArray fields will, and Objects.equals compares arrays by identity.
Proposed change
Add contentEquals/contentHashCode helpers (content-deep) for use by value types.
Acceptance
Priority: low · Effort: small
Problem
There's no shared deep-array equality helper. No core type needs it today, but generated DTOs with
ByteArrayfields will, andObjects.equalscompares arrays by identity.Proposed change
Add
contentEquals/contentHashCodehelpers (content-deep) for use by value types.Acceptance
Priority: low · Effort: small