How can convert the folowing to D.

learner via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Mar 31 17:34:49 PDT 2016


Hi,

I have the following code in C++.

rectangles.erase(rectangles.begin() + index);

where rectangles is:
std::vector<Rectangle> rectangles;

how can I do something similar in D.

Learner.



More information about the Digitalmars-d-learn mailing list