SwiftUI bodyで#function、何と出力される?

var body: some View {
    VStack {
        :
        :
        :
    }
    .onAppear() {
        print(#function)
    }
}

print(#function)は「body」と出力される

Swift

Posted by shi-n