Make map value reassignment actually work
This MR simply changes the function being used for hmap and bmap insertion to insert()
. That allows value reassignment to occur for the two mapping types ion supports.
I have no clue why we were using Entry::or_insert()
, it doesn't allow us to update the inner values.
Closes #839 (closed)
Edited by Tom Almeida