ListDropExtension<E> extension

on

Methods

drop(int n) List<E>
Returns a new list containing all elements except first n elements.