mootable/hashmap

Overwrite key

jackmoxley opened this issue · 1 comments

use the overrides function to allow us to determine whether a key should also be overwritten, default false.
With push and unshift methods we may want to default this to true. To be thought through and decided.

Functionality achieved a different way