Expand description
vector
Functionsยง
- is_
palindrome - Returns
trueif the array / vector is palindrome. - is_
sorted - Returns
trueif the array / vector is sorted. - sorted_
copy - Returns a sorted copy (a vector) of the input array / vector.
- sorted_
ref - Returns a sorted vector (of references) of the input array / vector.