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
Previously `Data.Vector.Algorithms.Intro.partialSort k v` would
stumble upon undefined behavior via out-of-range array accesses
if `length v < k`. Avoid this by clamping k to the length of the
region being sorted.
0 commit comments