From caf274304e37b02394f03fea610382288658dc03 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Thu, 20 Jul 2017 21:00:36 +0200 Subject: [PATCH] Mention TypeTuple at std.meta.AliasSeq --- std/meta.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/std/meta.d b/std/meta.d index ffca2c0ee71..e4ff802a835 100644 --- a/std/meta.d +++ b/std/meta.d @@ -75,6 +75,8 @@ module std.meta; /** * Creates a sequence of zero or more aliases. This is most commonly * used as template parameters or arguments. + * + * In previous versions of Phobos, this was known as `TypeTuple`. */ template AliasSeq(TList...) {