The return type for loops with an early return.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.
The return type for loops with an early return.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 enum LoopResult {
Normal: N,
EarlyReturn: E,
}
Normal: N
EarlyReturn: E
Was this page helpful?