On 2/5/2015 8:30 PM, Brad Roberts via Digitalmars-d wrote:
@safe code is memory safe when passed good inputs. @safe code does not have to detect or prevent garbage input from causing harm. The promises of @trusted aren't stronger than that either.
This is correct. Thanks for catching it.
