array/drop_right library

Functions

dropRight<T>(List<T> array, [int n = 1]) List<T>
Creates a slice of array with n elements dropped from the end.