pub fn unsigned_int_trits<I>(x: I) -> impl Iterator<Item = Utrit> + Clone where
    I: Clone + AsPrimitive<u8> + FromPrimitive + Num
Expand description

Produce an iterator over the Utrits that make up a given integer.