---
title: UInt16.Words.SubSequence
framework: swift
role: symbol
role_heading: Type Alias
path: swift/uint16/words-swift.struct/subsequence
---

# UInt16.Words.SubSequence

A collection representing a contiguous subrange of this collection’s elements. The subsequence shares indices with the original collection.

## Declaration

```swift
typealias SubSequence = Slice<UInt16.Words>
```

## Discussion

Discussion The default subsequence type for collections that don’t define their own is Slice.
