[1] https://doc.rust-lang.org/beta/std/primitive.slice.html#method.chunks_exact
How to iterate over range two items at a time
Adnan via Digitalmars-d-learn Sun, 16 Feb 2020 21:06:08 -0800
What is the equivalent of Rust's chunks_exact()[1] method in D? I
want to iterate over a spitted string two chunks at a time.
- How to iterate over range two items at a... Adnan via Digitalmars-d-learn
- Re: How to iterate over range two i... mipri via Digitalmars-d-learn
- Re: How to iterate over range two i... mipri via Digitalmars-d-learn
- Re: How to iterate over range two i... Mitacha via Digitalmars-d-learn
- Re: How to iterate over range t... Adnan via Digitalmars-d-learn
- Re: How to iterate over ran... Basile B. via Digitalmars-d-learn