A trait defining minimum and maximum bounds for numeric types. This trait only supports types that can have constant values.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.
Signature
Trait constants
MIN
Returns the minimum value for typeT.
Signature
Examples
MAX
Returns the maximum value for typeT.