Function croaring_sys::roaring64_iterator_move_equalorlarger

source ยท
pub unsafe extern "C" fn roaring64_iterator_move_equalorlarger(
    it: *mut roaring64_iterator_t,
    val: u64
) -> bool
Expand description

Move the iterator to the first value greater than or equal to val, if it exists at or after the current position of the iterator. If there is a new value, then roaring64_iterator_has_value() returns true. Values are traversed in increasing order. For convenience, returns the result of roaring64_iterator_has_value().