---
title: words
framework: swift
role: symbol
role_heading: Instance Property
path: swift/uint16/words-swift.property
---

# words

A collection containing the words of this value’s binary representation, in order from the least significant to most significant.

## Declaration

```swift
var words: UInt16.Words { get }
```
