Instance Method インスタンスメソッド

body(content:)

Gets the current body of the caller. 呼び出し側の現在のボディを取得します。

Declaration 宣言

func body(content: Self.Content) -> Self.Body
Available when Body is Never. BodyNeverである時に利用可能です。

Discussion 議論

content is a proxy for the view that will have the modifier represented by Self applied to it. contentは、ビューに対するプロキシです、それはそれに適用されるSelfによって表わされる修飾子を持つでしょう。