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

Examples

See [Vector::items](</hack/reference/class/Vector/items/#examples>) for usage examples.