> ## Documentation Index
> Fetch the complete documentation index at: https://starkware-9575960b-agent-options.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
pub enum LoopResult {
    Normal: N,
    EarlyReturn: E,
}
```

## Variants

### Normal

#### Signature

```rust
Normal: N
```

### EarlyReturn

#### Signature

```rust
EarlyReturn: E
```
