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

# init(_:)

Creates a mutable typed pointer referencing the same memory as the given mutable pointer.

## Declaration

```swift
init(_ other: UnsafeMutablePointer<Pointee>)
```

## Parameters

- `other`: The pointer to convert.
