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

# customMirror

A mirror that reflects the array.

## Declaration

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

## See Also

### Describing an Array

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