pub fn mul_scalar(
    sh: (usize, Option<usize>),
    x: usize
) -> (usize, Option<usize>)
Expand description

Multiply x correctly with a SizeHint.