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

# customMirror

A mirror that reflects the set.

## Declaration

```swift
var customMirror: Mirror { get }
```

## See Also

### Describing a Set

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