mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
bff3426d25
calling `clear` on a `bit_array` no longer leaks the previous allocation, instead it sets all bits to `false` preserving the same backing dynamic array.