Skip to content

v3.5.0

Compare
Choose a tag to compare
@keep94 keep94 released this 17 Aug 00:59
· 4 commits to master since this release

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