John Colvin wrote:

> static assert(is(ElementType!string == dchar));

But this is false, no? Since ElementType!string is char and not dchar?

> foreach(int i, dchar c; zip(ints, chars))
> or
> foreach(i, c; zip(ints, chars))

What's the diff betn char and dchar in this particular context?

-- 
Shriramana Sharma, Penguin #395953

Reply via email to