Stack-based @nogc dynamic array

Kagamin spam at here.lot
Fri May 17 08:31:47 UTC 2019


On Friday, 17 May 2019 at 06:58:54 UTC, Marco de Wild wrote:
> Thank you. I've looked into it, and it appears to be quite a 
> big library. I've looked into mach.collect and mach.range, but 
> I didn't manage to find what I was looking for (a simple array 
> data structure). Do you recommend to look into any specific 
> module?

You use your array with math.range, but without alias this, it 
uses explicit accessor `asrange` for iteration.


More information about the Digitalmars-d-learn mailing list