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

# simd_packed_short16

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

## Declaration

```swift
typealias simd_packed_short16 = SIMD16<Int16>
```

## Topics

### Alternative Type Alias

- [packed_short16](simd/packed_short16.md)

## See Also

### Packed Vector Data Types

- [simd_packed_short2](simd/simd_packed_short2.md)
- [simd_packed_short4](simd/simd_packed_short4.md)
- [simd_packed_short8](simd/simd_packed_short8.md)
- [simd_packed_short32](simd/simd_packed_short32.md)
