http://d.puremagic.com/issues/show_bug.cgi?id=6253
--- Comment #3 from [email protected] 2012-02-18 05:11:07 PST --- A partially contrary point of view by Ben Davis: > Static arrays have value semantics, so char[4] is no more mutable than > int would be. So if I'm required to write > > Chunk[immutable(char[4])] > > then I should also be required to write > > Chunk[immutable(int)] > > which clearly isn't the case. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
