mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 23:20:29 +03:00
fix link to AliasSeq
This commit is contained in:
parent
f58b41e868
commit
667fd86dce
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module std.typetuple;
|
||||||
public import std.meta;
|
public import std.meta;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Alternate name for $(LREF AliasSeq) for legacy compatibility.
|
* Alternate name for $(XREF meta,AliasSeq) for legacy compatibility.
|
||||||
*/
|
*/
|
||||||
alias TypeTuple = AliasSeq;
|
alias TypeTuple = AliasSeq;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue