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

# init(_:)

Creates a Substring having the given content.

## Declaration

```swift
init(_ content: Substring.UTF16View)
```

## Discussion

Discussion note: O(1)
