[Issue 12913] Mistake concerning DLists

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jul 3 12:46:23 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12913

--- Comment #3 from monarchdodra at gmail.com ---
If you need to have a specific stack/queue, you should really be using the
insertFront/insertBack and removeFront/removeBack functions. "insert" and
"removeAny" are meant as "implementation defined", and actual behavior can vary
from container to container.

--


More information about the Digitalmars-d-bugs mailing list