removeAt abstract method

$R removeAt(
  1. int index
)

Returns a new list without the item at index

Implementation

$R removeAt(int index);