add method

I add(
  1. T item
)

Implementation

I add(T item) {
  return newInstance(_castIter.add(item));
}