Skip to main content

list_sort

Function list_sort 

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

Sort the list in-place using the comparator.

§UPSTREAM-PARITY

void xmlListSort(xmlListPtr l);

§SAFETY

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