So, line 03 of your Swift code lacks "dereferencing pointer" operation. In Swift, you use `.memory` (this will change in Swift 3) to dereference pointer.
確定! 回上一頁