Avatar
omochimetaru 8/4/2020 3:05 AM
func =><T, R>(_ f: (T) -> R) -> R
3:06 AM
VStack { ... => { (foo) in Text(foo) Text(foo) } }
3:06 AM
あ、だめか、 => の ViewBuilder版が必要だw