On Tuesday, 15 November 2022 at 22:32:56 UTC, Per Nordlöw wrote:
Still, does anybody understand why the line https://github.com/nordlow/phobos-next/blob/master/src/nxt/sorted.d#L52 fails to compile

Maybe add two typeof arguments?
```D
completeSort!(less, ss, typeof(_source), typeof(_raw))(_source[0 .. n], _raw[n .. $]);
```

Reply via email to