slice library

Functions

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