Associated Type 関連型

Body

The type of scene representing the content of the app. アプリの内容を表しているシーンの型。

Declaration 宣言

associatedtype Body : Scene

Discussion 議論

When you create a custom app, Swift infers this type from your implementation of the required body property.

See Also 参照

Implementing an App アプリを実装する