Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid panics in all heap functions (#11)
* Avoid panics * Introduce HoleSwap type to reduce unsafe blocks * Remove explicit passing of subslice length * Use Deref for formatting functions Avoids unnecessary bounds checks and code duplication * Fix typos
- Loading branch information