/** * 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;