v3.5.0
New Features
- Utilise go 1.23 iterators
- Add All() method to Sequence
- Add Backward() method to FiniteSequence
- Add All() method to Positions
- Add Matches() to return all the matches of a pattern in a Sequence
- Add BackwardMatches() to return all the matches of a pattern in a FiniteSequence from end to beginning
Requirements
- This version requires go 1.23 or later. For older versions of go, use v3.4.9