fn removeIndex(self: *Self, index: usize) T
Remove and return element at index. Indices are in the same order as iterator, which is not necessarily priority order.
self: *Self,
index: usize,