Group
public struct Group : View, ViewGrouperA group is a convenience view that groups multiple views into a single view. This view has no visual representation and does not affect the subviews layouts in any way.
Use this when the number of elements inside a ViewBuilder exceeds the limit.
- 
                  
                  DeclarationSwift public var viewStore: ViewValues
- 
                  
                  DeclarationSwift public init(@ViewBuilder content: () -> View)
- 
                  
                  DeclarationSwift public var body: View { get }
 View on GitHub
            View on GitHub
           Group Structure Reference
      Group Structure Reference