Declaring a Custom View
Define views and assemble them into a view hierarchy.
protocol View
A type that represents part of your app’s user interface and provides modifiers that you use to configure views.
ある型、それはあなたのアプリのもつユーザインターフェイスの一部を表します、そしてあなたがビューを構成設定するのに使う修飾子を提供します。
struct ViewBuilder
A custom parameter attribute that constructs views from closures.
あるあつらえのパラメータ属性、それはビューをクロージャから組み立てるものです。