isLast

fun <E> Collection<E>.isLast(position: Int): Boolean
fun <E> List<E>.isLast(element: E): Boolean
fun <T> List<T>?.isLast(index: Int): Boolean