# Wrapping

`import { Wrapping } from "destack:math";`

Integer wrapper whose operators use modular arithmetic.

```ds title="Wrapping"
export newtype Wrapping<T: Integer> = T
```

[language/library/src/math/wrapping.ds:7](https://github.com/destack-sh/destack/blob/main/language/library/src/math/wrapping.ds#L7)
