Avatar
これはできるのか。
10:22 AM
@swift-5.5.3 protocol P { func foo() -> Int? } struct S: P { func foo() -> Int { 42 } }