On Wed, Aug 4, 2010 at 22:00, Steven Schveighoffer
<schveiguy@yahoo.com> wrote:
code i'm not sure what the
is(char[1 + Range.empty]))
Hm..., then shouldn't that be is(typeof(...))?
But char[1 + ...] is already a type, no? I thought typeof() was to extract type from an expression?