Function croaring_sys::roaring64_iterator_value

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

Returns the value the iterator currently points to. Should only be called if roaring64_iterator_has_value() returns true.