xii
Paul Griffith
mapIndexed
CLOVIS
yourList .mapIndexed { (i, it) -> if (i == yourList.lastIndex) foo() else bar() }
A modern programming language that makes developers happier.