set_to_vec

Function set_to_vec 

Source
pub(crate) fn set_to_vec<T: Ord>(value: &HashSet<T>) -> Vec<&T>
Expand description

Returns a HashSet of T as an ordered Vec of &T.