This does not compile: const(RedBlackTree!int) tree; assert(tree.empty); // "empty" not valid on a const object
Fixed by https://github.com/dlang/phobos/pull/7644