Making all strings UTF ranges has some risk of WTF

Daniel Keep daniel.keep.lists at gmail.com
Thu Feb 4 13:28:50 PST 2010



Ali Çehreli wrote:
> ...
> 
> The change sounds ok and hasLength should yield true. Or... can it
> return an enum { no, kind_of, yes } ;)
> 
> ...
> 
> Ali

I believe what you're after is this:

enum Bool
{
  True,
  False,
  FileNotFound
}



More information about the Digitalmars-d mailing list