ForEachSubviewCollection
A collection which allows a view to be treated as a collection of its subviews in a for each loop.
Declaration
struct ForEachSubviewCollection<Content> where Content : ViewA collection which allows a view to be treated as a collection of its subviews in a for each loop.
struct ForEachSubviewCollection<Content> where Content : View