Stanislav Blinov

Results 4 comments of Stanislav Blinov

You mean actually creating arrays of class instances, as opposed to class references? It's doable, although IMHO there wouldn't be much benefit to it. Do you have a practical use...

I tried to raise some attention to this five years ago: https://forum.dlang.org/thread/[email protected] So, don't show this PR to Steven :D But it's sure nice to see this being thought of,...

Getting an empty "Server error:" with code from [this issue](https://issues.dlang.org/show_bug.cgi?id=22484). However, if I change `main` to ```d void main(string[] args) { actual = &args[0]; actual.bug(Param.init, 0, {}, {}); } ```...