add method

I add(
  1. T item
)

Implementation

I add(T item) => newInstance(_castIter.add(item));