Skip to main content

NonMinIsize

Type Alias NonMinIsize 

Source
pub type NonMinIsize = NonValueIsize<{ isize::MIN }>;
Expand description

⚗️ A signed integer that is known not to equal its MIN value.


📍 num/grain/niche


Unlike the NonValue* types in general, this type alias implements the Default and ConstInit traits.

Aliased Type§

pub struct NonMinIsize(/* private fields */);

Trait Implementations§

Source§

impl Default for NonMinIsize

Source§

fn default() -> Self

§Features

Makes use of the unsafe_niche feature if enabled.