Description =========== pub fn replace_scalar<T>(a: &mut Array<T>, cond: &Array<bool>, b: f64) Shouldn't type of input "b" == T and not f64?