skip

fun <T> Iterable<T>.skip(n: Int): List<T>

Returns the first element, or null if the list is empty.