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

# init(_:)

Creates an AnyRandomAccessCollection having the same underlying collection as other.

## Declaration

```swift
init(_ other: AnyRandomAccessCollection<Element>)
```

## Discussion

Discussion note: O(1)
