Example #1
0
 public static Arr <T> remove <T>(Arr <T> array, T value) =>
 array.Remove(value);