On 2/26/15 3:20 AM, drug wrote:
Is it intended by some reason?
No, it can be fixed. RBTree was not written to support const because D doesn't support tail-const ranges, which makes const really difficult to deal with. But length can definitely be const.
Please submit an issue. http://issues.dlang.org -Steve