Skip to main content

dict_get_usage

Function dict_get_usage 

Source
pub fn dict_get_usage(dict: *mut Dict) -> usize
Expand description

Get the current number of entries in the dictionary.

ยงUPSTREAM-PARITY

size_t xmlDictGetUsage(xmlDictPtr dict);

Returns the number of active entries.