/// 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
,memory
并value
在这方面是什么意思?