Skip to content

Fix: Heap::as_slice for empty heap

Latest

Choose a tag to compare

@orxfun orxfun released this 22 Nov 21:53
db931c0

Changes

  • Heap::as_slice had panicked on empty heap. With the fix, it now returns an empty slice as expected, thanks to @TheMagzuz .