Wait, what? What is AliasSeq?

via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 15 22:28:13 PDT 2015


On Thursday, 16 July 2015 at 00:49:29 UTC, Mike wrote:
> 2. "AliasList" draws veto from decision makers due to list 
> semantics in C++

Actually, "AliasList" is the most accurate term. "List" does not 
imply linked list in C++ or any other language I know of. C++ 
uses the term "list" for arguments. E.g:

va_list
std::forward_list
std::initializer_list

http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search=list

(But keep it going, this thread is entertaining…)



More information about the Digitalmars-d mailing list