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>
- TheIterable
view of the currentImmVector
.
Examples
See [Vector::items
](</hack/reference/class/Vector/items/#examples>) for usage examples.