https://issues.dlang.org/show_bug.cgi?id=24870
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- This is behaving as expected. The dot operator has a higher precedence, and `cast()(const(T*))` == `const(T)*`. --
