static array with inferred size

Per Nordlöw per.nordlow at gmail.com
Thu Sep 21 10:33:33 UTC 2017


On Wednesday, 20 September 2017 at 18:41:51 UTC, Timon Gehr wrote:
>> Can that be done without breakages? -- Andrei
>
> No.

Are thinking about

     typeof([1,2])

changing from

     int[]

to
     int[2]

?


More information about the Digitalmars-d mailing list