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).
See Implementation
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).