core::integer
core::integer::BoundedInt
Trait for getting the maximal and minimal values of an integer type.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
pub trait BoundedInt
fn min() -> T
fn max() -> T
Was this page helpful?