> ## 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.

# core::internal::bounded_int::ConstrainHelper

A helper trait for constraining a `BoundedInt` instance.

## Signature

```rust theme={null}
pub trait ConstrainHelper
```

## Trait types

### LowT

#### Signature

```rust theme={null}
type LowT;
```

### HighT

#### Signature

```rust theme={null}
type HighT;
```
