Jarrett Billingsley wrote:
// should be immutable int[3], no?
immutable table[3] x = [6, 123, 0x87];

Really shouldn't that be enum, unless you mysteriously needed to take the address of it?

Reply via email to