NonExtremeI64

Type Alias NonExtremeI64 

pub type NonExtremeI64 = NonValueI64<devela_base_core::::num::niche::mem::non_value::__impls_NonValueI64::NonExtremeI64::{constant#0}>;
Expand description

𝟙 ⚗️ A signed integer that is known not to equal its most extreme value (MIN).

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

Aliased Type§

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

Trait Implementations§

Source§

impl ConstDefault for NonExtremeI64

Source§

const DEFAULT: Self

§Features

Makes use of the unsafe_niche feature if enabled.