NonExtremeU16

Type Alias NonExtremeU16 

pub type NonExtremeU16 = NonValueU16<devela_base_core::::num::niche::mem::non_value::__impls_NonValueU16::NonExtremeU16::{constant#0}>;
Expand description

𝟙 ⚗️ An unsigned integer that is known not to equal its most extreme value (MAX).

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

Aliased Type§

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

Trait Implementations§

Source§

impl ConstDefault for NonExtremeU16

Source§

const DEFAULT: Self

§Features

Makes use of the unsafe_niche feature if enabled.