[Issue 5061] std.traits.arrayTarget

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 18 02:42:09 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=5061



--- Comment #5 from Denis Shelomovskij <verylonglogin.reg at gmail.com> 2013-02-18 13:42:03 MSK ---
(In reply to comment #4)
> Arrays _are_ ranges.

No. E.g. `int[1]` and `const int[]` are not ranges.

> This functionality is already in phobos.

`char[]` can be just an array of `char`-s without any thoughts about encoding
and combining that `char`-s into a string so neither `ElementType` nor
`ElementEncodingType` are applicable.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list