July 11, 2019
https://dlang.org/phobos/std_windows_registry.html
https://github.com/dlang/phobos/blob/master/std/windows/registry.d

Can someone provide some examples on how to:
set, change, receive something from the Windows registry using Phobos std.windows.registry library?
July 11, 2019
On Thursday, 11 July 2019 at 08:53:35 UTC, BoQsc wrote:
> https://dlang.org/phobos/std_windows_registry.html
> https://github.com/dlang/phobos/blob/master/std/windows/registry.d
>
> Can someone provide some examples on how to:
> set, change, receive something from the Windows registry using Phobos std.windows.registry library?

I didn't know that existed, but the source code is documented but not in the style that the doc generated recognizes as far as I can tell.