DList.removeAny

jerro a at a.com
Tue Mar 12 05:52:19 PDT 2013


On Tuesday, 12 March 2013 at 12:31:45 UTC, thedeemon wrote:
> Documentation for this method says it takes a value from the 
> front, but the code actually does the opposite, takes it from 
> the back. Shall we fix documentation or the code?

Judging by the name, I think documentation shouldn't even specify 
which element is removed. There are removeFront and removeBack if 
you want to remove front or back.


More information about the Digitalmars-d mailing list