Prior to Swift 5.4, if I wanted to implement a custom SwiftUI VStack, I have to write like this struct CustomStackView<Content: View >: View { ...