Skip to main content

merge

Function merge 

Source
fn merge(upper: &[(String, String)], own: &[(String, String)]) -> String
Expand description

Render the union of two sorted attribute lists as a JSON object, own winning on collision. A merge, not a concatenation and a re-sort: upper is already sorted and shared by every point of the metric.