Element - ÞṘ
- Is Sorted in Reverse?
Characters:
Þ
,
Ṙ
Description
Returns true if an item is sorted in descending order using default sorting rules.
Overloads
lst
- is a sorted in decreasing order?
Examples
⟨6|5|4|4|4|3|3|3|2|2|1⟩ ÞṘ
=
1
`edcba` ÞṘ
=
1
⟨3|2|1⟩ ÞṘ
=
1
`` ÞṘ
=
1
⟨⟩ ÞṘ
=
1