Function tree_sitter::ffi::ts_tree_cursor_delete
source · pub unsafe extern "C" fn ts_tree_cursor_delete(
self_: *mut TSTreeCursor
)
Expand description
Delete a tree cursor, freeing all of the memory that it used.
pub unsafe extern "C" fn ts_tree_cursor_delete(
self_: *mut TSTreeCursor
)
Delete a tree cursor, freeing all of the memory that it used.