How can you define a ByteArray value class with a ...
# codereview
e
How can you define a ByteArray value class with a structural equals operator? Kotlin complains that Member with the name 'equals' is reserved for future releases.
e
When I define
operator fun equals
I get: > The feature "custom equals in value classes" is experimental and should be enabled explicitly Can you opt in, or is it no longer possible due to KT-55246?