Replies: 1 comment
-
We've discussed it in the past, and we're open to further discussion. The advantages you mention are enticing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In reference to this point:
Have you all considered using Kotlin inline value classes to wrap these? My understanding is that performance is largely the same as using the primitive itself.
This could unlock protocols for primitives and could also help strings in particular to act in a much more Swift-like way.
Beta Was this translation helpful? Give feedback.
All reactions