New map mode and 4 new utility methods
Added new Arr::map
mode (MAP_ARRAY_VALUE_KEY
) to resemble native array_map
but with array as first argument and callback as second.
Also added 4 new utility methods for getting first and last key or value from array:
getFirstKey
getLastKey
getFirstValue
getLastValue