Function multiple_of_value

Source
const fn multiple_of_value<T, U, Output>(_: T) -> Output
where T: MultipleOf<U, Output> + Copy,