ListDropExtension<E> extension
- on
-
- List<
E>
- List<
Methods
-
drop(
int n) → List< E> -
Available on List<
Returns a new list containing all elements except firstE> , provided by the ListDropExtension extensionn
elements.