SingleElementIterable<E> constructor

SingleElementIterable<E>(
  1. E _element
)

Implementation

SingleElementIterable(this._element);