---
title: length
framework: corefoundation
role: symbol
role_heading: Instance Property
path: corefoundation/cfrange/length
---

# length

An integer representing the number of items in the range. For type compatibility with the rest of the system, LONG_MAX is the maximum value you should use for length.

## Declaration

```swift
var length: CFIndex
```
