Closed Kalekdan closed 5 years ago
Fixed issue when combining two lists (of the same size) into a map using map.combine(l1, l2) was causing a java index out of bounds exception. Fixed issue when map.exists("key") was always returning false, even if the key did exist.
Good work. Please join discord group chat about Mani.
Using discord, we can discuss ideas and fixes.
https://discord.gg/bhPqPfd
Fixed issue when combining two lists (of the same size) into a map using map.combine(l1, l2) was causing a java index out of bounds exception. Fixed issue when map.exists("key") was always returning false, even if the key did exist.