Function list_iterator_hasnext

Source
pub unsafe extern "C" fn list_iterator_hasnext(
    l: *const list_t,
) -> c_int
Expand description

inspect whether more elements are available in the iteration session.

@param l list to operate @return 0 iff no more elements are available.