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