$Iterator<E>.wrap constructor

$Iterator<E>.wrap(
  1. Iterator<E> $value
)

Implementation

$Iterator.wrap(this.$value);