Skip to main content

list_reverse

Function list_reverse 

Source
pub unsafe fn list_reverse(l: *mut List)
Expand description

Reverse the list in-place.

§UPSTREAM-PARITY

void xmlListReverse(xmlListPtr l);

§SAFETY

  • l must be a valid pointer to a List, or NULL.