Avatar
omochimetaru 3/8/2024 7:48 AM
@swift-5.8.1 struct S { var a = 0 } func foo(_ x: ((S) -> Int)? = nil) {} foo(\.a)