Loïc Lamarque
09/04/2023, 11:30 AMJvmName
annotation. Another one could be to convert these inline value classes to regular ones, but we will lose their performance benefits...
Also, when analyzing the binary code, I notice that using these type of classes narrows our understanding of it: the compiler replaces them by their underlying type. So I'm thinking about their tradeoff on performance and readability. Do you have any thoughts on this?
Thanks!