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