Necessary boilerplate for pyd.
Alternative implementations of pyd functionality to get around limitations.
Functions to wrap entities in D modules for Python consumption.
A module to automatically wrap. Usually not needed since a string will do, but is useful when trying to export all functions from a module by using Module("mymodule", Yes.alwaysExport) instead of "mymodule"
The list of modules to automatically wrap for consumption by other languages.
Autowrapping for Python