---
title: description
framework: swift
role: symbol
role_heading: Instance Property
path: swift/closedrange/description
---

# description

A textual representation of the range.

## Declaration

```swift
var description: String { get }
```

## See Also

### Describing a Range

- [debugDescription](swift/closedrange/debugdescription.md)
- [customMirror](swift/closedrange/custommirror.md)
