tail

fun <A> Iterable<A>.tail(): List<A>(source)

Alias for drop(1)