cedric
myList.last
Pavlo Liapota
var <T> MutableList<T>.last get() = this[lastIndex] set(value) { this[lastIndex] = value }