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.

Bye,
bearophile

Reply via email to