How do I initialize a templated constructor?

Dom Disc dominikus at scherkl.de
Mon Aug 8 11:11:54 UTC 2022


And then you can instantiate it with

```D
auto val = TestArray!10(ubyte(60)); // if you want type to be 
ubyte
```




More information about the Digitalmars-d-learn mailing list