mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 23:26:33 +11:00
derive ordering and equation
This commit is contained in:
parent
67e20b1e72
commit
6268c607c3
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
use bitflags::bitflags;
|
||||
use core::convert::From;
|
||||
|
||||
#[derive(PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub enum Tri {
|
||||
Positive = 1,
|
||||
Zero = 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue