Thread overview
Template args
Jul 15, 2016
Andrey
Jul 16, 2016
Max Klimov
Jul 16, 2016
Andrey
July 15, 2016
Hi guys!

Can any one tell me - how to pass an array of int's in to the template struct at compile-time, and how to use int there?
July 16, 2016
On Friday, 15 July 2016 at 23:07:20 UTC, Andrey wrote:
> Hi guys!
>
> Can any one tell me - how to pass an array of int's in to the template struct at compile-time, and how to use int there?

Like this: https://dpaste.dzfl.pl/844057da81e9 ?
July 16, 2016
On Saturday, 16 July 2016 at 00:29:12 UTC, Max Klimov wrote:
> On Friday, 15 July 2016 at 23:07:20 UTC, Andrey wrote:
>> Hi guys!
>>
>> Can any one tell me - how to pass an array of int's in to the template struct at compile-time, and how to use int there?
>
> Like this: https://dpaste.dzfl.pl/844057da81e9 ?

Спасибо!!!