> Maybe local scalarization for JVM 6 (will wor...
# language-proposals
e
Maybe local scalarization for JVM 6 (will work if you return a "pure" data structure from inline function, and it doesn't escape).
@dmitry.petrov: that sounds very good! also, related, what about having a
pure
keyword to apply to functions to help containing side effects?