pub(crate) fn set_to_vec<T: Ord>(value: &HashSet<T>) -> Vec<&T>
Returns a HashSet of T as an ordered Vec of &T.
HashSet
T
Vec
&T