<@U0B891ZTR> thanks. But that was an example. I ha...
# announcements
d
@michaelrocks thanks. But that was an example. I have lots of functions there that doesn't have too much sense as extension methods. Clamp could be "clampWithin" but i have for example min and max with 4 elements and for performance reasons I dont eant to create arrays or lists. So even when it is great to be able to extend primitive types (and im doing that already) I find useful to create static extensions for plain static java classes without companions in some cases. So i would vote for that feature for future versions.