You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I meant on BinaryArrayAddressableHeap. Maybe a better solution would be, if it's possible at all, to provide an iterator over the handles and then users of the library can populate their collections if they need to. As I can see, BinaryArrayAddressableHeap just needs to expose an iterator over the internal array (possibly with some filtering). I don't know if it's equally simple for other heaps.
Thanks for the quick reply and for this awesome library!
Is there a way to get AddressableHeap.Handle for elements inserted with heapify method?
The text was updated successfully, but these errors were encountered: