sortBy : (a -> a -> Ordering) -> Vect n a -> Vect n a
Merge sort implementation for Vect n a
sort : Ord a => Vect n a -> Vect n a