1use crate::*; 2 3pub struct I64; 4 5impl EucExt<i64> for I64 {} 6impl Euc<i64> for I64 {} 7impl Lcm<i64> for I64 {} 8impl Congruence<i64> for I64 {}