std.algorithm.remove from array of custom classes?

Tim K. via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Dec 9 05:23:00 PST 2015


On Wednesday, 9 December 2015 at 13:13:36 UTC, BBaz wrote:

> 1) remove works with an index
I guess I did read it wrong. Sorry.
Is there a convenience function that allows me to remove an/all 
object(s) with a certain value from an array or do I need to 
write one myself?

> 2) remove does not remove in place
That's fine.



More information about the Digitalmars-d-learn mailing list