countBy_.countBy(list, iteratee, [context]) Sorts a list into groups and returns a count for the number of objects in each group
toArray_.toArray(list) Creates a real Array from the list (anything that can be iterated over). Useful for transmuting the
max_.max(list, [iteratee], [context]) Returns the maximum value in list. If an iteratee function is provided, it will
size_.size(list) Return the number of values in the list.
min_.min(list, [iteratee], [context]) Returns the minimum value in list. If an iteratee function is provided, it will
Page 3 of 3