示例#1
0
 public static Arr <T> removeAt <T>(Arr <T> array, int index) =>
 array.RemoveAt(index);