Returns an Iterable view of the current ImmVector
Iterable
ImmVector
public function items(): HH\Rx\Iterable<Tv>;
The Iterable returned is one that produces the values from the current ImmVector.
HH\Rx\Iterable<Tv>
See Vector::items for usage examples.
Vector::items