On Tuesday, 10 July 2018 at 14:34:55 UTC, Timoses wrote:
`Unqual` in this case just turns `inout(int[])` into `inout(int)[]`, which is why it complains. That's a side effect of this example [...]


See also:
https://issues.dlang.org/show_bug.cgi?id=3567

Reply via email to