February 07, 2021
https://issues.dlang.org/show_bug.cgi?id=21616

          Issue ID: 21616
           Summary: Hard link
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: srpen6@gmail.com

I see that D has symlink function:

https://dlang.org/library/std/file/symlink.html

but I see no function for hard links. It is available with other languages:

- https://docs.python.org/library/os.html#os.link
- https://golang.org/pkg/os#Link

--