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

# customMirror

The custom mirror for this instance.

## Declaration

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

## Discussion

Discussion If this type has value semantics, the mirror should be unaffected by subsequent mutations of the instance.

## See Also

### Describing a Range

- [description](swift/range/description.md)
- [debugDescription](swift/range/debugdescription.md)
