[][src]Function croaring_sys::roaring_init_iterator_last

pub unsafe extern "C" fn roaring_init_iterator_last(
    ra: *const roaring_bitmap_t,
    newit: *mut roaring_uint32_iterator_t
)

Initialize an iterator object that can be used to iterate through the values. If there is a value, then this iterator points to the last value and it->has_value is true. The value is in it->current_value.