---
title: "init(_:)"
framework: swiftui
role: symbol
role_heading: Initializer
path: "swiftui/anycompositorcontent/init(_:)"
---

# init(_:)

Create an instance that type-erases CompositorContent.

## Declaration

```swift
nonisolated init<T>(_ content: T) where T : CompositorContent
```
