---
title: CountablePartialRangeFrom
framework: swift
role: symbol
role_heading: Type Alias
path: swift/countablepartialrangefrom
---

# CountablePartialRangeFrom

## Declaration

```swift
typealias CountablePartialRangeFrom<Bound> = PartialRangeFrom<Bound> where Bound : Strideable, Bound.Stride : SignedInteger
```

## See Also

### Deprecated

- [DictionaryIndex](swift/dictionaryindex.md)
- [SetIndex](swift/setindex.md)
- [CountableClosedRange](swift/countableclosedrange.md)
- [CountableRange](swift/countablerange.md)
