rxRemoveAt method

void rxRemoveAt(
  1. int val
)

Implementation

void rxRemoveAt(int val) {
  (this).removeAt(val);
  (this).refresh();
}