In D language, what is the shortest way to construct an array from a given range?
Let I have an iterator i. How to make an array of its elements (in order)?
In D language, what is the shortest way to construct an array from a given range?
Let I have an iterator i. How to make an array of its elements (in order)?
.array(from std.array).Example: