- forEachRight<T>(array, iteratee): T[]
Parameters
- array: undefined | readonly T[]
- iteratee: ArrayIteratee<T, boolean | void>
Returns T[]
- forEachRight<T>(object, iteratee): T
Parameters
- object: undefined | T
- iteratee: ObjectIteratee<T, boolean | void>
Returns T
This function is like
forEach
except that it iterates over elements ofcollection
from right to left.Contribution to minified bundle size, when it is the only function imported: