pub type Zero = Equal<0>;
Checks whether the given value is equal to zero (0).
0
pub struct Zero { /* private fields */ }