issorted
issorted(v, [by=
Test whether a vector is in sorted order. The by
, lt
and rev
keywords modify what order is considered to be sorted just as they do for sort
.
Examples
See Also
digits, inf, isdigit, iseven, isfinite, isless, islower, isnumber, isodd, isprime, isqrt, issorted, issubnormal, isxdigit, nan,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.