The trailing closure is beautiful!

Jacob Carlborg doob at me.com
Tue Dec 8 11:07:19 UTC 2020


On Monday, 7 December 2020 at 19:37:43 UTC, zoujiaqing wrote:
> In swift:
>
> ```
> import SwiftUI
>
> struct ContentView: View {
>     var body: some View {
>         Text("Hello World")
>     }
> }
> ```

I don't think these are trailing closures.

--
/Jacob Carlborg




More information about the Digitalmars-d mailing list