On 7/10/12 9:14 PM, Walter Bright wrote:
Anyhow, the point of @trusted is to notify the maintainer that "here be dragons".
I think that's not representing @trusted quite accurately. There's no dragon there. @trusted means "the code is correct but not mechanically checkable". Casting away const is NOT correct.
Andrei