DynArray.opIndex

Access an element by index.

Bear in mind that a copy of the element is returned. If you need a pointer, you can always get it through a.ptr + i (but be careful if you use the insert_sorted() method).

struct DynArray(T)
T
opIndex

Meta