Expand description
This function copies the k smallest or largest elements of the vector v into the array dest. k must be less than or equal to the length of the vector v.
This function copies the k smallest or largest elements of the vector v into the array dest. k must be less than or equal to the length of the vector v.