HH\ImmVector::items
Returns an Iterable view of the current ImmVector
public function items(): Iterable<Tv>;
The Iterable returned is one that produces the values from the current
ImmVector.
Returns
Iterable<Tv>- TheIterableview of the currentImmVector.
Examples
See [Vector::items](</hack/reference/class/Vector/items/#examples>) for usage examples.