digitalmars.D.learn - Object di (Newbie)
- Vasileios Anagnostopoulos <fithis2001 gmail.com> Oct 07 2010
- "Steven Schveighoffer" <schveiguy yahoo.com> Oct 07 2010
What is the purpose of object.di? where can I learn more?
Oct 07 2010
On Thu, 07 Oct 2010 07:50:49 -0400, Vasileios Anagnostopoulos <fithis2001 gmail.com> wrote:What is the purpose of object.di? where can I learn more?
http://www.digitalmars.com/d/2.0/dmd-linux.html#interface_files I believe the purpose for object.di is to hide the runtime implementation from the importer. -Steve
Oct 07 2010








"Steven Schveighoffer" <schveiguy yahoo.com>