pub unsafe extern "C" fn roaring_move_uint32_iterator_equalorlarger(
    it: *mut roaring_uint32_iterator_t,
    val: u32
) -> bool
Expand description

Move the iterator to the first value >= val. If there is a such a value, then it->has_value is true. The new value is in it->current_value. For convenience, returns it->has_value.