Avatar
↓これはできるんだった。 @swift-4.2.4 func foo(_ p: UnsafePointer<Int>) { print(p.pointee) } let a = [2, 3, 5] foo(a)