phobos/std/container
monarch dodra d10fea94d5 Fix issue 13425 - DList.linearRemove on last...
...element returns non-empty range.

The main issue is that DList.Range is implemented in terms of "first and last" as opposed to "first and past last", which means you have to special-case empty ranges. The fix is to do the same thing as in `opSlice`, and to explicitly initialize a null Range when it is empty.
2014-09-08 17:30:48 +02:00
..
array.d Fix Issue 12913 - container: removeAny: fix docs (position of removed element must be unspecified) 2014-08-20 11:42:43 +03:00
binaryheap.d Add missing imports 2014-06-28 21:46:48 +09:00
dlist.d Fix issue 13425 - DList.linearRemove on last... 2014-09-08 17:30:48 +02:00
package.d Fix Issue 12913 - container: removeAny: fix docs (position of removed element must be unspecified) 2014-08-20 11:42:43 +03:00
rbtree.d Add construction-from-range capability to RedBlackTree 2014-07-24 03:27:26 +09:00
slist.d SList: insertAfter: correctly initialize new SList (fix for #2401) 2014-08-22 11:15:40 +03:00
util.d Add more convenient container-construction overload for std.container.util.make 2014-07-22 02:00:39 +09:00