Proposal for fixing dchar ranges

Artem Tarasov lomereiter at gmail.com
Mon Mar 10 12:27:17 PDT 2014


On Monday, 10 March 2014 at 18:50:28 UTC, Johannes Pfau wrote:
>
> Question: which type T doesn't have slicing, has an ElementType 
> of
> dchar, has typeof(T[0]).sizeof == 4, ElementEncodingType!T == 
> char and
> still satisfies isArray?

In addition, hasLength!T == false, which totally freaked me out 
when I first discovered that.



More information about the Digitalmars-d mailing list