Unembed in SwiftUI

Friends,

With ⌘+⇧+A we have access to Embed a SwiftUI view into an HStack, VStack, ZStack, List, or Embed/Wrap it into any other Container. The question is: How to unembed it? How to productively remove/unwrap a view from those containers without having to manually remove the brackets.

Someone used to Flutter will understand what I mean.

Unembed in SwiftUI
 
 
Q