-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: add initial spec and tests for errutil.Reduce * feat: implement errutil.Reduce Implementation is not most efficient, naive recursive * docs: improve Reduce docs * feat: add initial Merge function * feat: add nil filtering on merge function * example: add merge example * fix: remove non-sense comments * fix: remove unnecessary return statement * docs: improve docs * feat: remove Merge and add nil filtering to reduce * fix: allow reducer to return/receive nils * docs: improve * docs: improve docs
- Loading branch information
Showing
4 changed files
with
293 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters