On 2013-02-15 12:04, Colin Grogan wrote:

Ah ok, now I get it.

Note that in Java you declare a package wheres in D you declare a module.

If you have something like this in Java:

// Baz.java

package bar.foo;

You would do this in D:

// Baz.d

module bar.foo.Baz;

--
/Jacob Carlborg

Reply via email to