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

# init(_:)

Creates a new index wrapping base.

## Declaration

```swift
init<BaseIndex>(_ base: BaseIndex) where BaseIndex : Comparable
```
