Sorted Array (Container) Type

Per Nordlöw per.nordlow at gmail.com
Tue Nov 15 22:15:36 UTC 2022


On Tuesday, 15 November 2022 at 21:03:24 UTC, Per Nordlöw wrote:
> This is what I have so far.

Found some issues but still cannot instantiate my solution at

https://github.com/nordlow/phobos-next/blob/master/src/nxt/sorted.d#L15

when I uncomment the line containing

```d
// TODO: completeSort!(less, ss)(_source[0 .. 
n].assumeSorted!(less), _source[n .. $]);
```


More information about the Digitalmars-d-learn mailing list