On Sun, Feb 8, 2009 at 10:39 PM, Andrei Alexandrescu <SeeWebsiteForEmail at erdani.org> wrote: > > Whaddaya think? I think yes. ;) I have only used ref params as either a performance optimization when passing structs or when I want to modify a value in the calling function. Allowing refs to escape seems really dangerous.