Avatar
switchだと
2:04 PM
@swift-5.3.3 let a: Int? = 1 switch a { case let b as Int: print("OK", b) }