Skip to main content

Zero

Type Alias Zero 

Source
pub type Zero = Equal<ZERO>;
Expand description

Checks whether the given value is equal to zero (0).

Aliased Typeยง

pub struct Zero { /* private fields */ }