Skip to content

Release version v0.1.0

Latest
Compare
Choose a tag to compare
@dimasadyaksa dimasadyaksa released this 18 Apr 16:50
e2adf15

Release Notes for Version 0.1.0
Date: April 18, 2023

New Features:

  • Added Clear function to delete all map keys and values
  • Added FindAll function to find all the values that match the predicate function
  • Added Intersect function to find all values that exist in two maps
  • Added Different function to find all values that not exists in two maps
  • Added Replace function to replace the map's value using replacer function

Improvements

  • Change the Map key function signature; now use the index as a parameter
  • Added more examples