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
* feat(array): add findMap
* feat(array): add init
* feat(array): add make
* feat(array): add keepSome
* refactor(array): bind to flatMap instead of reimplementing it
* refactor(array/make): use fillAllInPlace instead of manual loop
* feat(array): use labelled argument for length in make and init
* refactor(array): rename init -> fromInitializer
* test(array): add tests for non-native functions
* refactor(array): bind to native reduce instead of reimplementing it
* refactor(array): replace reduceReverse with native binding to reduceRight
* refactor(array): use native reduceWithIndex instead of reimplementing it
* feat(array): add reduceRightWithIndex
* docs(array): add docs for make, fromInitializer, findMap and keepSome
* docs(changelog): update changelog for array additions
* docs(array): fix docstring fro keepSome
* fix(array): reorder args of reduce functions for better te inference
* refactor(array): consistent type variable naming in reduce functions
0 commit comments