insert abstract method

$R insert(
  1. int index,
  2. $E v
)

Returns a new list with the item inserted at index

Implementation

$R insert(int index, $E v);