add abstract method

$R add(
  1. $E v
)

Returns a new list with the item added to the end of the list

Implementation

$R add($E v);