Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

v0.0.3

Compare
Choose a tag to compare
@schigh schigh released this 17 Aug 01:50
· 15 commits to master since this release
37acd78

Added CheckEach to base types and slice generator.

CheckEach behaves like Each, except the user func returns an error. If the error is not nil, the iteration stops and that error is returned from the main loop