ListDropLastExtension<E> extension

on

Methods

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