イニシャライザ
init(selection:content:)
Selection の値に関連したコンテンツから選択するインスタンスを作成します。
宣言
init(selection: Binding<SelectionValue>?, content: () -> Content)
以下も見よ
タブビューの作成
init(content: () -> Content)
SelectionValue が Int で、Content が View に準拠している場合に使用できます。