dropRight library

Functions

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