dsgryazin
07/25/2017, 11:54 AMthis
as named argument?
this
is not meaningful enough sometimes:
with(listOfListOfSomeVeryMeaningfulObjects.flatten()) {
...
this[index].title
}
i know i can use lambdas instead of with-extension, just for illustration