phobos/std/container
Simon Naarmann b0b64c3f41
RedBlackTree.empty: const, .front/.back: inout (#7644)
* RedBlackTree.empty(): Annotated const

RedBlackTree is a template, therefore all other qualifiers
for empty(), length(), and opBinaryRight!"in" will be inferred:
pure, nothrow, @safe, @nogc.

* RedBlackTree.front, .back: inout
2020-09-30 13:29:29 +08:00
..
array.d std.container: Fix warnings that memory may be used uninitialized 2020-09-16 10:47:10 +02:00
binaryheap.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
dlist.d Move stableRemove alias to correct place 2020-07-11 08:58:22 +02:00
package.d Remove underscore. 2019-02-21 12:12:57 +01:00
rbtree.d RedBlackTree.empty: const, .front/.back: inout (#7644) 2020-09-30 13:29:29 +08:00
slist.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
util.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00