Files
c3c/lib/std/sort
konimarti c96985f1db sort: add is_sorted (#1660)
* sort: add is_sorted
Add is_sorted function to check whether a list is sorted or not. Sort
order (ascending or descending) will be detected by looking at the data.
Add tests.
* update the release notes
* refactor: use lambda
2024-12-05 22:37:13 +01:00
..
2024-12-03 19:27:26 +01:00
2024-10-08 19:38:31 +02:00
2024-12-05 22:37:13 +01:00