GalaxyRider111

Results 3 issues of GalaxyRider111

Hello, I have tried to add move-only support for dlang arrays. In theory everything should work just fine. But, I'm gonna (maybe) continue updating this PR, if something goes wrong....

Hello, I am trying to contribute on this issue: https://github.com/dlang/phobos/issues/9849 .I have figured it out, that in order to work, move-only types must be add in std/container/array.d, using move() and...

Adding some more additional unit test for string appender for the issue #8789 (https://github.com/dlang/phobos/pull/8789).