parry::iterators
pub struct Divide;
impl<A, B> BinOp<A, B> for Divide where A: Div<B>
type Output = A::Output
fn operate(&self, a: A, b: B) -> Self::Output