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

# simd_packed_ushort4

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

## Declaration

```swift
typealias simd_packed_ushort4 = SIMD4<UInt16>
```

## Topics

### Alternative Type Alias

- [packed_ushort4](simd/packed_ushort4.md)

## See Also

### Packed Vector Data Types

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