:rocket: The Kotlin 1.7.20-Beta release is out! -...
# eap
k
🚀 The Kotlin 1.7.20-Beta release is out! • K2 now supports several new plugins • Preview of the ..< operator for open-ended ranges • K/N memory manager enabled by default • Inline classes with generic underlying type (experimental) Try out the new features and report any issues you find to help us improve Kotlin 1.7.20! Learn more in the blog post.
a
Just a question, what is the point of inline classes with a generic underlying type ? Do you have any useful cases for this ?
b
value class MyNumericValue<T:Number>