pub fn binary_set<I, T>(set: I) -> Setwhere
    I: IntoIterator<Item = T>,
    T: IntoIterator<Item = u8>,
Expand description