Function 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.