pub unsafe extern "C" fn roaring64_iterator_has_value(
it: *const roaring64_iterator_t,
) -> boolExpand description
Returns true if the iterator currently points to a value. If so, calling
roaring64_iterator_value() returns the value.
pub unsafe extern "C" fn roaring64_iterator_has_value(
it: *const roaring64_iterator_t,
) -> boolReturns true if the iterator currently points to a value. If so, calling
roaring64_iterator_value() returns the value.