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
Adapt project to current 1.23 iter API
Please provide a brief description of the change.
- All iterators now natively return and use the Seq types rather than this projects type alias, favouring compatibility with the standard library over convenience features like chaining.
- Added iterators for the Seq2 variants of existing iterators
- Renamed Lift to Values and moved to future shadow package slices (to be deleted when Go 1.23 is released)
- Renamed LiftHashMap to All and moved to future shadow package maps (to be deleted when Go 1.23 is released)
0 commit comments