On Thursday, 5 February 2015 at 13:29:30 UTC, Tobias Pankrath wrote:

Works as designed: http://dlang.org/phobos/std_algorithm.html#.remove

Thank you.
aa = remove(aa,1);//ok

but how to remove one item?
such as aa.remove(2) ?

Reply via email to