Skip to main content

list_size

Function list_size 

Source
pub fn list_size(l: *mut List) -> c_int
Expand description

Get the number of elements in the list.

ยงUPSTREAM-PARITY

int xmlListSize(xmlListPtr l);

Returns the number of elements, or -1 if the list is NULL.