---
title: "init(_:)"
framework: swift
role: symbol
role_heading: Initializer
path: "swift/range/init(_:)-35b1j"
---

# init(_:)

Now that Range is conditionally a collection when Bound: Strideable, CountableRange is no longer needed. This is a deprecated initializer for any remaining uses of Range(countableRange).

## Declaration

```swift
init(_ other: Range<Bound>)
```
