Fixed up lodash with support for Array<T>, List<T>, Dictionary<T>.

Some test cases are still failing, this seems to due to inference of result types, like for use in the accumulator methods (foldl for example).  Most of these could be resolved by using the correct generic type.  I was trying to avoid this type of fix for the tests.
This commit is contained in:
David Driscoll
2014-04-01 21:40:57 -04:00
parent 18eab81e38
commit b5fb5ecf07
2 changed files with 2899 additions and 1039 deletions
File diff suppressed because it is too large Load Diff
+2581 -724
View File
File diff suppressed because it is too large Load Diff