Additional functionality for numerics.
This module provides some extra types that are useful when doing numerical work. See the individual documentation for each piece for more information.
T.T.i8 that is known not to equal zero.i16 that is known not to equal zero.i32 that is known not to equal zero.i64 that is known not to equal zero.i128 that is known not to equal zero.isize that is known not to equal zero.u8 that is known not to equal zero.u16 that is known not to equal zero.u32 that is known not to equal zero.u64 that is known not to equal zero.u128 that is known not to equal zero.usize that is known not to equal zero.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/num/index.html