pub fn is_missing_transducer<T1, T2>(x: T1, y: T2) -> boolwhere
    T1: FromPrimitive + PartialEq<T1>,
    T2: FromPrimitive + PartialEq<T2>,