Article on Tuples

Don Clugston dac at nospam.com.au
Wed Nov 15 08:12:10 PST 2006


Walter Bright wrote:
> http://www.digitalmars.com/d/tuple.html

"A tuple is a sequence of elements. Those elements can be types, 
expressions, or aliases."

Is this wording correct? How can you make an alias tuple?
Or does this just mean an alias of another tuple?
---
Normal C code reduces in size by ~20%  when converted to D. But what 
happens to LOC when complex C++ template code is converted to D??? 
That's frightening. <g>



More information about the Digitalmars-d-announce mailing list