simple display (from: GUI library for D)

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Apr 9 07:55:40 PDT 2011


On 4/9/11, spir <denis.spir at gmail.com> wrote:
> I prefere structs to tuples /everywhere/. They have 2 big advantages:
> * explicite: color.red versus color[0]

But Tuples _are_ structs. And you _can_ use explicit names:

http://codepad.org/0ZWAtcL1


More information about the Digitalmars-d mailing list