# Functions
ForEach iterates over elements of collection and invokes iteratee for each element.
GroupBy returns an object composed of keys generated from the results of running each element of collection through iteratee.
Map manipulates a slice and transforms it to a slice of another type.
PartitionBy returns an array of elements split into groups.
Times invokes the iteratee n times, returning an array of the results of each invocation.