On 6/1/11, Steven Schveighoffer <schveiguy at yahoo.com> wrote: > It gets even better: > > char[] x = "abc".dup; > assert(is(typeof(cast(const)x) == const(char[])); Nothing unusual about that? DMD seems to be full of exciting little easter eggs! It's fun for the whole D family.