pub unsafe extern "C" fn roaring64_iterator_value(
it: *const roaring64_iterator_t,
) -> u64Expand description
Returns the value the iterator currently points to. Should only be called if
roaring64_iterator_has_value() returns true.
pub unsafe extern "C" fn roaring64_iterator_value(
it: *const roaring64_iterator_t,
) -> u64Returns the value the iterator currently points to. Should only be called if
roaring64_iterator_has_value() returns true.