Skip to main content

obj_iter_free

Function obj_iter_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn obj_iter_free(iter: *mut obj_iter_t)
Expand description

Free an iterator handle. Null-tolerant.

ยงSafety

If non-null, iter must be a handle returned by obj_iter_all / obj_iter_index_range.