Skip to content

v0.6.0

Compare
Choose a tag to compare
@thoas thoas released this 13 Mar 07:54
  • Add Intersect returns the intersection between two collections (thks @samber)
  • Add Difference returns the difference between two collections (thks @samber)
  • Add GetOrElse retrieves the value of the point or default (thks @samber)
  • Add Subtract the subtraction between two collections. It preserves order (thks @airani)
  • Fix bug in lastIndexOf (thks @kkty)