phobos/std/typetuple.d
2015-05-08 01:27:45 +02:00

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;