functions/arrays/dropRight library

Functions

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