Bill Baxter wrote:
On Wed, Apr 1, 2009 at 10:53 AM, Andrei Alexandrescu <seewebsiteforem...@erdani.org> wrote:I guess I can't bring myself to dislike tuple(1, 2) in D.I'd actually be a heck of a lot happier with that than Tuple!(1,2). Especially if using it didn't require any explicit import. --bb
Tuple!(...) tuple(...) { ... } is already in std.typecons. Andrei