On 2017-08-08 16:28, meppl wrote:

in case your main application is written in D, too:  how do you avoid
symbol name collisions?

D symbols are mangled to include the package and module name. That will make a collision less likely.

--
/Jacob Carlborg

Reply via email to