Community
Participate
Working Groups
A closure with one arg is a very common case. Therefore it's interesting to have a special short cut syntax for them. The syntax is [ my-expression-using-it ], i.e. there is one implicit variable bound to the variable name 'it'. So you could write : newArrayList( 'aaa' , 'a', 'aaaaaa').sort( [length] )
pushed to master
Closing all bugs that were set to RESOLVED before Neon.0