List.drop_start
drop_startcount
Group: Selections
Documentation
Creates a new list with the first count elements at the start of self
removed.
Arguments
count: The number of elements to take drop the start ofself.
Examples
Removing the first element from a list.
import Standard.Examples
example_drop_start = Examples.list.drop_start 1