On Mon, Mar 8, 2010 at 22:11, bearophile <bearophileHUGS@lycos.com> wrote:
Philippe Sigaud:
> assert(c =  ); // is there a literal for char.init? '' doesn't
> work.

I think it's '\xFF' but I don't know if it may change in future, so using char.init is probably better, more readable, more explicit in its purpose, and less prone to typing bugs.

Thanks. It's an invalid char, as NaN for floats?