Closed Kalekdan closed 5 years ago
Also noticed when performing mymap.exists("keyname"); it would always return false, even if they key existed. Have updated and will include in same pr
Thank you. Maybe if you want to split to a seperate pr, i will merge straight away
Fixed in PR here (https://github.com/crazywolf132/Mani/pull/26)
All tests pass. Closing issue.
If you create 2 lists (of the same size) and try and combine them into a map using map.combine(list1, list2); java throws and indexoutofbounds exception. Will raise pr for fix shortly