Trait ppv_lite86::ArithOps[][src]

pub trait ArithOps: Add<Output = Self> + AddAssign + Sized + Copy + Clone + BSwap { }
Expand description

Ops that depend on word size

Implementors