Skip to main content

div

Function div 

Source
pub fn div<'out, T>(
    out: &'out mut [T; 4],
    a: &[T; 4],
    b: &[T; 4],
) -> &'out mut [T; 4]
where for<'a, 'b> &'a T: Div<&'b T, Output = T>,