# Unsigned

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

The unsigned builtin integer type with the same width as `T`.

```ds title="Unsigned"
export type Unsigned<T: Integer> = intrinsic
```

[language/library/src/math/integer.ds:17](https://github.com/destack-sh/destack/blob/main/language/library/src/math/integer.ds#L17)
