Group

public struct Group : View, ViewGrouper

A 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.