mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
* 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