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