Fundamental Functions for Iterables
This library defines canonical list manipulation functions such as
map
, filter
, and reduce
for Iterable objects. These really should be
included in the JS base libraries.
The library is written with Typescript. So, type information is included.