second

fun <T> List<T>.second(): T

This function returns the second element of the List. It complements the existing kotlin List.first() and List.last() extensions