mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Removing non-present keys is a supported operation on HashMaps, and most other operations are well-defined on uninitialized HashMaps. Currently, removing any key on an uninitialized HashMap will result in an 'Array index out of bounds' error. This change guards against such a case.