Skip to main content

divide

Function divide 

Source
pub fn divide<'a, T: Into<ExprNode<'a>>, U: Into<ExprNode<'a>>>(
    dividend: T,
    divisor: U,
) -> ExprNode<'a>