> First, just a reminder: Classes in D are reference types so in > most cases there is no need for ref; it already is a reference > to the actual object. Just out of curiosity, what does ref Object actually do? Is it just a no-op?