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