Trait for getting the maximal and minimal values of an integer type.Documentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
Trait for getting the maximal and minimal values of an integer type.Documentation Index
Fetch the complete documentation index at: https://docs.starknet.io/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?