Skip to main content

list_pop_back

Function list_pop_back 

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

Pop data from the back of the list.

§UPSTREAM-PARITY

void xmlListPopBack(xmlListPtr l);

§SAFETY

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