Skip to main content

distinct_values

Function distinct_values 

Source
pub fn distinct_values(values: Vec<XmlValue>) -> Vec<XmlValue>
Expand description

Get distinct values from a sequence (removes duplicates by value equality).

This implements fn:distinct-values which works on atomic values.