also, another use of a "pure lambda" that might be...
# language-proposals
k
also, another use of a "pure lambda" that might be useful:
strings.filter { it.length > 2 }
, for instance. Obviously that's a trivial example, but there are uses for pure inline functions, I think