mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
* Doc comment improvements * update `compression/qoi.c3` to use const enums * revert sweeping doc comment changes that impacted readability for now * Some tweaks. --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
@@ -2,7 +2,8 @@ module std::sort;
|
||||
import std::sort::is;
|
||||
|
||||
<*
|
||||
Sort list using the quick sort algorithm.
|
||||
Sort list using the quick sort algorithm.
|
||||
|
||||
@require @is_sortable(list) : "The list must be indexable and support .len or .len()"
|
||||
@require @is_valid_cmp_fn(cmp, list, context) : "Expected a comparison function which compares values"
|
||||
*>
|
||||
|
||||
Reference in New Issue
Block a user