Add _.forEachRight, _.forInRight, _.forOwnRight, _.findLast, _.findLastIndex, and _.findLastKey methods. [closes #309]

Former-commit-id: 7097f79e278bf2dfacfed449ce5f64a2dc19a662
This commit is contained in:
John-David Dalton
2013-07-27 00:21:23 -07:00
parent 4398fca1bd
commit 0404776d87
4 changed files with 276 additions and 36 deletions

View File

@@ -133,14 +133,20 @@
'find',
'findIndex',
'findKey',
'findLast',
'findLastIndex',
'findLastKey',
'findWhere',
'first',
'flatten',
'foldl',
'foldr',
'forEach',
'forEachRight',
'forIn',
'forInRight',
'forOwn',
'forOwnRight',
'function',
'functions',
'global',