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
In the case of an unfused iterator yielding exactly k-1 elements, then None, then other elements, the heap is k-1 long and `for_each` is called on the other elements leading `debug_assert_eq` to rightfully panic.
Our recent variants of `k_smallest` do not have this bug!
0 commit comments