Sorted Array (Container) Type

Siarhei Siamashka siarhei.siamashka at gmail.com
Tue Nov 15 22:43:12 UTC 2022


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 .. $]);
```



More information about the Digitalmars-d-learn mailing list