pub fn signed_int_trits<I>(x: I) -> impl Iterator<Item = Btrit> + Clone where
    I: Clone + AsPrimitive<i8> + FromPrimitive + Signed
Expand description

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