相关疑难解决方法(0)

关于UnsafeMutablePointer的destroy()的术语

/// Destroy the object the pointer points to.
///
/// Precondition: the memory is initialized.
///
/// Postcondition: the value has been destroyed and the memory must
/// be initialized before being used again.
func destroy()
Run Code Online (Sandbox Code Playgroud)

什么条款object,memoryvalue在这方面是什么意思?

pointers ios swift swift-playground

2
推荐指数
1
解决办法
1338
查看次数

标签 统计

ios ×1

pointers ×1

swift ×1

swift-playground ×1