pub fn num_set<I, T>(set: I) -> Setwhere
    I: IntoIterator<Item = T>,
    T: ToString + Num,
Expand description