Re: Where is the core.sys (and std.windows) documentation?

2021-09-26 Thread Adam D Ruppe via Digitalmars-d-learn

Some are available on my website

http://druntime.dpldocs.info/core.sys.html

but the source doesn't include much so it is a bit sparse and all 
the version overloads can be awkward to read.


Where is the core.sys (and std.windows) documentation?

2021-09-26 Thread SomeGuy via Digitalmars-d-learn
I can't find the core.sys documentation in the library reference. 
I thought that functionality was removed but clearly the source 
files exist in druntime: 
https://github.com/dlang/druntime/tree/master/src/core/sys


Same goes for std.windows: 
https://github.com/dlang/phobos/blob/master/std/windows/registry.d.