Michel Fortin wrote:
On 2009-04-11 20:33:15 -0400, Michel Fortin <michel.for...@michelf.com>
said:
Compile time expressions, just like in a static assert and a static
if? StaticTuple, obviously.
I would add that StaticTuple justifies perfectly the use of "Tuple" as a
name for runtime expression tuples (because non-static ifs and asserts
take runtime expressions).
That sounds good to me. If nobody opposes it, I'll make the change.
I also made a lot of breaking changes (capitalization) in std.date. The
idea is to take the hit once (with the next release) and then have
improved overall stability.
Andrei