Function multiply

Source
pub fn multiply<T>(a: T, b: T) -> T::Output
where T: Mul,
Expand description

Generic multiply function that works with any type implementing Mul