mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-26 01:13:48 +00:00
When a dynamic array has unused capacity and is resized to a size greater than its capacity, the unused part of its capacity wasn't being zeroed.
When a dynamic array has unused capacity and is resized to a size greater than its capacity, the unused part of its capacity wasn't being zeroed.