Module ity

Module ity 

Source
Available on crate feature core only.
Expand description

Provides functions for examining and operating on integral types.

Functionsยง

nstd_core_ity_max_i8
Returns the largest value representable by NSTDInt8.
nstd_core_ity_max_i16
Returns the largest value representable by NSTDInt16.
nstd_core_ity_max_i32
Returns the largest value representable by NSTDInt32.
nstd_core_ity_max_i64
Returns the largest value representable by NSTDInt64.
nstd_core_ity_max_int
Returns the largest value representable by NSTDInt.
nstd_core_ity_max_u8
Returns the largest value representable by NSTDUInt8.
nstd_core_ity_max_u16
Returns the largest value representable by NSTDUInt16.
nstd_core_ity_max_u32
Returns the largest value representable by NSTDUInt32.
nstd_core_ity_max_u64
Returns the largest value representable by NSTDUInt64.
nstd_core_ity_max_uint
Returns the largest value representable by NSTDUInt.
nstd_core_ity_min_i8
Returns the smallest value representable by NSTDInt8.
nstd_core_ity_min_i16
Returns the smallest value representable by NSTDInt16.
nstd_core_ity_min_i32
Returns the smallest value representable by NSTDInt32.
nstd_core_ity_min_i64
Returns the smallest value representable by NSTDInt64.
nstd_core_ity_min_int
Returns the smallest value representable by NSTDInt.
nstd_core_ity_min_u8
Returns the smallest value representable by NSTDUInt8.
nstd_core_ity_min_u16
Returns the smallest value representable by NSTDUInt16.
nstd_core_ity_min_u32
Returns the smallest value representable by NSTDUInt32.
nstd_core_ity_min_u64
Returns the smallest value representable by NSTDUInt64.
nstd_core_ity_min_uint
Returns the smallest value representable by NSTDUInt.