Skip to content

Intersect added, getNth removed, difference renamed to diff.

Compare
Choose a tag to compare
@DusanKasan DusanKasan released this 04 May 16:58
· 91 commits to master since this release
  • Intersect function added
  • Average utility function added
  • Concatenate utility function added
  • Reduce/reduceRight/second now have the returnAsCollection flag
  • Breaking change: getNth removed (to solve ambiguity with takeNth, use values()->get(n))
  • Breaking change: difference renamed to diff