digitalmars.D - the d.chm miss some modules in Standard Library section
- lotusdeng (3/3) Apr 14 2016 in windows, many modules like core.sys.windows.windows not
- Vladimir Panteleev (5/8) Apr 15 2016 core.sys.windows.windows is not documented because it is supposed
in windows, many modules like core.sys.windows.windows not included in d.chm's Standard Library, this is not convenience for primer, the d.chm should contain it.
Apr 14 2016
On Friday, 15 April 2016 at 06:53:29 UTC, lotusdeng wrote:in windows, many modules like core.sys.windows.windows not included in d.chm's Standard Library, this is not convenience for primer, the d.chm should contain it.core.sys.windows.windows is not documented because it is supposed to be a direct mapping of Windows C platform headers (`import core.sys.windows.X` == `#include <X.h>`). For documentation on that, refer to MSDN.
Apr 15 2016