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