Documentation Layout

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Mar 30 06:14:36 PDT 2012


On 3/30/12, Marco Leise <Marco.Leise at gmx.de> wrote:
> snip

Here's another mind-bender:

import std.typetuple;
Tuple!(int, int) x;  // bzzzzz

It's in std.typecons of all places. I would assume a tuple would be in
a module called typetuple, but no.


More information about the Digitalmars-d mailing list