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.