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

# count

The number of elements in the array.

## Declaration

```swift
var count: Int { get }
```

## See Also

### Inspecting an Array

- [isEmpty](swift/array/isempty.md)
- [capacity](swift/array/capacity.md)
