https://issues.dlang.org/show_bug.cgi?id=10930
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from RazvanN <[email protected]> --- This should do the trick: auto arr = [ 1, 1, 1 ]; arr = replace(arr, 1, 2); writeln(arr); I suggest we close this. --
