Function croaring_sys::roaring64_iterator_copy

source ยท
pub unsafe extern "C" fn roaring64_iterator_copy(
    it: *const roaring64_iterator_t
) -> *mut roaring64_iterator_t
Expand description

Creates a copy of the iterator. Caller is responsible for calling roaring64_iterator_free() on the resulting iterator.