You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe the JVM improvements coming next year can save value classes, but otherwise let's go with something that favors guaranteed absence of boxing over convenience.
Implicit classes are the main beneficiary of value classes. Maybe we can just bake in the extends AnyVal performance optimization.
SethTisue, ShaneDelmore, olafurpg, densh, ctongfei and 1 more