> ## 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::DivRemHelper

A helper trait for dividing two `BoundedInt` instances.

## Signature

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

## Trait types

### DivT

#### Signature

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

### RemT

#### Signature

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