We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pub fn replace_scalar(a: &mut Array, cond: &Array, b: f64)
Shouldn't type of input "b" == T and not f64?