Type Alias IsizeZero

Source
pub type IsizeZero = IsizeEq<0>;
Expand description

Checks whether the given value is zero.

Aliased Typeยง

struct IsizeZero;