Avatar
extension Array where Element: Integral { func foo() { let zelf = self as! Array<Int> print(zelf) } } swift sandboxで何も言われない