Function yrs::yarray_destroy[][src]

#[no_mangle]
pub unsafe extern "C" fn yarray_destroy(value: *mut Array)
Expand description

Releases all memory-allocated resources bound to given YArray instance. It doesn’t remove the YArray stored inside of a document itself, but rather only parts of it related to a specific pointer that’s a subject of being destroyed.