Avatar
パターンマッチにしても if case let .some(foo) = foo { ... }if case let foo? = foo { ... } みたいなシュガーが用意されてるから、 Optional.some を使うケースってほぼない気がする。