---
title: underestimatedCount
framework: swift
role: symbol
role_heading: Instance Property
path: swift/mutablespan/underestimatedcount
---

# underestimatedCount

A value less than or equal to the number of elements in the sequence, calculated nondestructively.

## Declaration

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