removeAt method

$R removeAt(
  1. int index
)

Implementation

$R removeAt(int index) => splice(index, 1);