add abstract method

Result add(
  1. Elem v
)

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

Implementation

Result add(Elem v);