February 03, 2018 Array element Replace | ||||
---|---|---|---|---|
| ||||
Hi All, Request your help, on hot to replace an element(a[2]) in an array with the element(a[3]) Eg, auto a = Array!string("T1","T2","T3"); writeln(D1.replace(a[2], a[3])); From, Vino.B |
Copyright © 1999-2021 by the D Language Foundation