partial initialization of fixed size ("static") arrays

Tejas notrealemail at gmail.com
Sat Aug 14 13:15:42 UTC 2021


On Saturday, 14 August 2021 at 13:01:13 UTC, frame wrote:
> On Saturday, 14 August 2021 at 09:40:54 UTC, kdevel wrote:
>
>> Shall I file them to bugzilla?
>
> I would say case 2 and 3 are not bugs. It's just the element 
> type conversion and mismatched lengths of the ranges.
>
> Not sure about the first one.

Yeah, I jumped the train :(

Replace ```string``` with ```char``` and double quotes with 
single quotes then case 2 and 3 give the expected output

1 is 100% a bug, please report that.


More information about the Digitalmars-d-learn mailing list