fn orderedRemove(self: *Self, i: usize) T
Remove the element at index i from the list and return its value. Asserts the array has at least one item. Invalidates pointers to last element. This operation is O(N).
i
self: *Self,
i: usize,