Nick Sabalausky:
> I think you mean:
>
> auto a = padArrayLiteral!ubyte(10, [1, 2]);
> void main() {}I think Don knows what I meant :-) I meant something like: ubyte[256] a = padArrayLiteral!ubyte(256, [1, 2]); Bye and sorry, bearophile
Nick Sabalausky:
> I think you mean:
>
> auto a = padArrayLiteral!ubyte(10, [1, 2]);
> void main() {}I think Don knows what I meant :-) I meant something like: ubyte[256] a = padArrayLiteral!ubyte(256, [1, 2]); Bye and sorry, bearophile