Avatar
func x2<T>(t: T) { print(type(of: t)) } これならOptional<Int>になった (edited)