tail

val <T> List<T>.tail: List<T>

Returns the sublist not including the first element which may be the empty list.