Skip to main content

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.

Signature

pub enum LoopResult {
    Normal: N,
    EarlyReturn: E,
}

Variants

Normal

Signature

Normal: N

EarlyReturn

Signature

EarlyReturn: E