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

# customMirror

A mirror that reflects the Int instance.

## Declaration

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

## See Also

### Describing an Integer

- [description](swift/int/description.md)
- [hash(into:)](swift/int/hash(into:).md)
