mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
quicksort broken
This commit is contained in:
parent
57640e3ee0
commit
26edc70bca
2 changed files with 57 additions and 1 deletions
|
@ -157,3 +157,9 @@ pub const RocResult = extern struct {
|
|||
return !self.isOk();
|
||||
}
|
||||
};
|
||||
|
||||
pub const Ordering = enum(u8) {
|
||||
EQ,
|
||||
GT,
|
||||
LT,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue