This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
v0.0.3
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