---
title: simd_packed_ushort16
framework: simd
role: symbol
role_heading: Type Alias
path: simd/simd_packed_ushort16
---

# simd_packed_ushort16

A packed vector of sixteen 16-bit unsigned integer elements.

## Declaration

```swift
typealias simd_packed_ushort16 = SIMD16<UInt16>
```

## Topics

### Alternative Type Alias

- [packed_ushort16](simd/packed_ushort16.md)

## See Also

### Packed Vector Data Types

- [simd_packed_ushort2](simd/simd_packed_ushort2.md)
- [simd_packed_ushort4](simd/simd_packed_ushort4.md)
- [simd_packed_ushort8](simd/simd_packed_ushort8.md)
- [simd_packed_ushort32](simd/simd_packed_ushort32.md)
