Function croaring_sys::roaring64_iterator_has_value

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

Returns true if the iterator currently points to a value. If so, calling roaring64_iterator_value() returns the value.