remove method

I remove(
  1. T item
)

Implementation

I remove(T item) => newInstance(iter.remove(item));