---
title: Int16.Words
framework: swift
role: symbol
role_heading: Structure
path: swift/int16/words-swift.struct
---

# Int16.Words

A type that represents the words of this integer.

## Declaration

```swift
@frozen struct Words
```

## Topics

### Initializers

- [init(_:)](swift/int16/words-swift.struct/init(_:).md)

### Instance Properties

- [count](swift/int16/words-swift.struct/count.md)
- [endIndex](swift/int16/words-swift.struct/endindex.md)
- [indices](swift/int16/words-swift.struct/indices-swift.property.md)
- [startIndex](swift/int16/words-swift.struct/startindex.md)

### Instance Methods

- [index(after:)](swift/int16/words-swift.struct/index(after:).md)
- [index(before:)](swift/int16/words-swift.struct/index(before:).md)

### Subscripts

- [subscript(_:)](swift/int16/words-swift.struct/subscript(_:).md)

### Type Aliases

- [Int16.Words.Element](swift/int16/words-swift.struct/element.md)
- [Int16.Words.Index](swift/int16/words-swift.struct/index.md)
- [Int16.Words.Indices](swift/int16/words-swift.struct/indices-swift.typealias.md)
- [Int16.Words.Iterator](swift/int16/words-swift.struct/iterator.md)
- [Int16.Words.SubSequence](swift/int16/words-swift.struct/subsequence.md)

### Default Implementations

- [BidirectionalCollection Implementations](swift/int16/words-swift.struct/bidirectionalcollection-implementations.md)
- [Collection Implementations](swift/int16/words-swift.struct/collection-implementations.md)
- [RandomAccessCollection Implementations](swift/int16/words-swift.struct/randomaccesscollection-implementations.md)
- [Sequence Implementations](swift/int16/words-swift.struct/sequence-implementations.md)

## Relationships

### Conforms To

- [BidirectionalCollection](swift/bidirectionalcollection.md)
- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Collection](swift/collection.md)
- [Copyable](swift/copyable.md)
- [RandomAccessCollection](swift/randomaccesscollection.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Sequence](swift/sequence.md)
