Algorithm remove Tid

bearophile bearophileHUGS at lycos.com
Wed Jan 22 08:48:44 PST 2014


monarch_dodra:

> There's no phobos solution for that,

There will be.

In the meantime use:
items = items.remove(items.countUntil(needle));

See also:
https://d.puremagic.com/issues/show_bug.cgi?id=10959

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list