functions/arrays/slice library

Functions

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