[Issue 18192] New: [404 Not Found]
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jan 5 08:44:15 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18192
Issue ID: 18192
Summary: [404 Not Found]
Product: D
Version: D2
Hardware: All
URL: http://dlang.org/
OS: All
Status: NEW
Severity: trivial
Priority: P3
Component: dlang.org
Assignee: nobody at puremagic.com
Reporter: snavarrolou at gmail.com
The link to TypeTuple is broken inside the Attributes section, within the D's
Gems section.
To reproduce, go to www.dlang.org -> Learn -> D's Gems -> Attributes, in the
bottom of the page, there is a text that says
"Any type, built-in or user-defined, can be attributed to functions. The
function foo() in this example will have the attributes "Hello" (type string)
and Bar (type Bar with value 10). To get the attributes of a function (or type)
use the built-in compiler traits __traits(getAttributes, Foo) which returns a
TypeTuple"
In there, "TypeTuple" links to a nonexistent webpage.
--
More information about the Digitalmars-d-bugs
mailing list