[Issue 24889] New: [Function alignForSize]

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 28 21:19:56 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24889

          Issue ID: 24889
           Summary: [Function alignForSize]
           Product: D
           Version: D2
          Hardware: All
               URL: http://dlang.org/library/std/typecons.html
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: jim at balter.name

D's documentation seems to be quite broken. The function signature is

string alignForSize(E...)(const char[][] names...)

but the doc says

{null} alignForSize(E...)();

and I've seen other docs where the parameters are missing.

--


More information about the Digitalmars-d-bugs mailing list