array slicing currently does not support steps?

Paul Backus snarwin at gmail.com
Mon Aug 3 23:50:45 UTC 2020


On Monday, 3 August 2020 at 23:32:29 UTC, mw wrote:
> Hi,
>
> I just noted that D array slice does not support steps?
>

You can use std.range.stride for this:

http://dpldocs.info/experimental-docs/std.range.stride.html


More information about the Digitalmars-d mailing list