On 10/12/14, 5:41 PM, Brad Roberts via Digitalmars-d wrote: > I know it's a tricky implementation, but let's focus on the goal.. > should Array be usable in @safe code? Yes. In order for that to be 100% automatically checkable, we need the rules restricting escape of addresses of returns by reference. -- Andrei