Avatar
ほんとだ
10:57 AM
var a: Int? = 1 func x(_ u: ImplicitlyUnwrappedOptional<Int>) { print(type(of: u)) // よばれる } x(a) こんなこともできるんですね