Algorithm remove Tid

monarch_dodra monarchdodra at gmail.com
Wed Jan 22 07:10:40 PST 2014


On Wednesday, 22 January 2014 at 13:51:51 UTC, bearophile wrote:
> Casper Færgemand:
>
>>> To remove an element, I *think* you do it this way:
>>>
>>> tids = tids.remove!(a=>a == tid)();
>
> is that removing only 0 or 1 items?
>
> Bye,
> bearophile

Maybe you confusing the new style lambda for a "greater equal" 
operator? I can't make sense of your question any other way.


More information about the Digitalmars-d-learn mailing list