Module jvec

Module jvec 

Source
Expand description

vector

Functionsยง

is_palindrome
Returns true if the array / vector is palindrome.
is_sorted
Returns true if 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.