map library

Functions

map(List array, dynamic iteratee(dynamic element, int index, List array)) → List
Creates an array of values by running each element of array thru iteratee. The iteratee is invoked with three arguments: (value, index, array). [...]