---
title: CountableClosedRange
framework: swift
role: symbol
role_heading: Type Alias
path: swift/countableclosedrange
---

# CountableClosedRange

## Declaration

```swift
typealias CountableClosedRange<Bound> = ClosedRange<Bound> where Bound : Strideable, Bound.Stride : SignedInteger
```

## See Also

### Deprecated

- [DictionaryIndex](swift/dictionaryindex.md)
- [SetIndex](swift/setindex.md)
- [CountablePartialRangeFrom](swift/countablepartialrangefrom.md)
- [CountableRange](swift/countablerange.md)
