On Thursday, 9 July 2015 at 15:03:25 UTC, deadalnix wrote:
On Thursday, 9 July 2015 at 14:29:55 UTC, Zoadian wrote:
It is a compiletime tuple so i'd vote for:
CtTuple
Too bad it is not a tuple [...]
Quoting from https://en.wikipedia.org/wiki/Tuple :
A tuple is a finite ordered list of elements.
- finite: check
- ordered: check
- list of elements: check
Fits perfectly.
Interestingly, it goes on by saying:
An n-tuple is defined inductively using the construction
of an ordered pair.
Although not stated explicitly, this implies (a kind of) auto
expanding!
=> Fits more than perfectly :-P