Avatar
それはそれで気持ち悪い・・・。 func foo(_ x: UnsafePointer<Int>) { print(x.pointee) } var b = [42] foo(&b) foo(b) 42 42