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

# description

A string that represents the contents of the set.

## Declaration

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

## See Also

### Describing a Set

- [hash(into:)](swift/set/hash(into:).md)
- [debugDescription](swift/set/debugdescription.md)
- [customMirror](swift/set/custommirror.md)
