> ## Documentation Index
> Fetch the complete documentation index at: https://starkware-9575960b-starknet-privacy-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# core::internal::LoopResult

The return type for loops with an early return.

## Signature

```rust theme={null}
pub enum LoopResult {
    Normal: N,
    EarlyReturn: E,
}
```

## Variants

### Normal

#### Signature

```rust theme={null}
Normal: N
```

### EarlyReturn

#### Signature

```rust theme={null}
EarlyReturn: E
```
