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

# count

The number of elements.

## Declaration

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

## Discussion

Discussion note: O(1)
