On Thursday, 5 February 2015 at 13:55:59 UTC, FrankLike wrote:
On Thursday, 5 February 2015 at 13:29:30 UTC, Tobias Pankrath wrote:Works as designed: http://dlang.org/phobos/std_algorithm.html#.removeThank you. aa = remove(aa,1);//ok but how to remove one item? such as aa.remove(2) ?
I don't get your question.