Avatar
func foo(x: [Int]) { print(x) } let _foo = foo as AnyObject as? (Int...) -> Void _foo?(1,2,3) 逆も可とw