And then you can instantiate it with

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


Reply via email to