On 07/16/2015 07:50 PM, David Nadlinger wrote:
On Thursday, 16 July 2015 at 17:39:13 UTC, David Nadlinger wrote:
Yes, me. ;)

(I should note that this is mainly because I'd really rather not have
"Tuple" in the name because of first-hand experience in teaching
beginners both on IRC and in person. And AliasSeq seems like the most
likely candidate for this right now. I personally like Seq quite a bit
too, but I'd rather not join that bikeshedding debate. —David)

Indeed. I will just write one of the following lines.

import std.meta:Seq=AliasSeq;
alias Seq(T...)=T;

Reply via email to