drop library

Functions

drop(List array, [int n = 1]) → List
Creates a slice of array with n elements dropped from the beginning. [...]