$Iterable<E>.wrap constructor

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

Wrap an Iterable in an $Iterable

Implementation

$Iterable.wrap(this.$value);