You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue-#57, #43 - Re-instated use of 'Slice' type for some methods, deprecated 'Nameable' and 'TypeRef' related types, and added [pseudo] standalone (tsc) tests for 'Slice' type.
* Performs a map and a reduce all in one (from right-to-left). Returns a tuple
7
-
* containing the aggregated value and the result of mapping the passed in function on passed in list.
6
+
* Takes a map reduce function and returns the result of the map (on each item) and the reducePerforms a map and a reduce all in one (from right-to-left) and returns the result of the reduce,
0 commit comments