# alignOf

`import { alignOf } from "destack:reflect";`

Return the target-specific alignment of `T`.

```ds title="alignOf"
export declare function alignOf<T: Concrete>(): usize
```

[language/library/src/reflect/type.ds:79](https://github.com/destack-sh/destack/blob/main/language/library/src/reflect/type.ds#L79)
