array/slice library

Functions

slice<T>(List<T> list, [int start = 0, int? end]) List<T>
Creates a slice of a list from start up to, but not including, end.