mirror of
https://github.com/dlang/phobos.git
synced 2025-05-04 09:00:22 +03:00
11 lines
344 B
D
11 lines
344 B
D
/**
|
|
* This module was renamed to disambiguate the term tuple, use $(DDLINK std_meta, std.meta, std.meta) instead.
|
|
*
|
|
* Copyright: Copyright Digital Mars 2005 - 2015.
|
|
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
|
* Authors:
|
|
* Source: $(PHOBOSSRC std/_typetuple.d)
|
|
*/
|
|
module std.typetuple;
|
|
|
|
public import std.meta;
|