Defines an additive identity element forDocumentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
T.
Signature
Laws
Trait functions
zero
Returns the additive identity element ofT, 0.
Signature
Examples
is_zero
Returns true ifself is equal to the additive identity.
Signature
Examples
is_non_zero
Returns false ifself is equal to the additive identity.