Thread overview
Why rbtree.length isn't const?
Feb 26, 2015
drug
Mar 02, 2015
drug
February 26, 2015
Is it intended by some reason?
February 26, 2015
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
March 02, 2015
On 26.02.2015 18:44, Steven Schveighoffer wrote:
> Please submit an issue. http://issues.dlang.org
>
> -Steve

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