array/remove_at library

Functions

removeAt<T>(List<T> list, int index) List<T>
Removes the element at the specified index from the given List.