---
title: CountableRange
framework: swift
role: symbol
role_heading: Type Alias
path: swift/countablerange
---

# CountableRange

## Declaration

```swift
typealias CountableRange<Bound> = Range<Bound> where Bound : Strideable, Bound.Stride : SignedInteger
```

## See Also

### Deprecated

- [DictionaryIndex](swift/dictionaryindex.md)
- [SetIndex](swift/setindex.md)
- [CountableClosedRange](swift/countableclosedrange.md)
- [CountablePartialRangeFrom](swift/countablepartialrangefrom.md)
