std.v2020.algorithm etc[ WAS: Is run.d going to be expand for runtime and the phobos library?]
jmh530
john.michael.hall at gmail.com
Sat Jun 20 12:05:18 UTC 2020
On Saturday, 20 June 2020 at 10:43:41 UTC, Paul Backus wrote:
> [snip]
>
> Also, switch from `void popFront()` to `typeof(this) rest`, so
> that we can have `const` and `immutable` ranges.
Would typeof(this) work where popFront is currently a
free-standing function, like with built-in dynamic arrays?
More information about the Digitalmars-d
mailing list