HH\ImmSet::items

Returns an Iterable view of the current ImmSet

public function items(): Iterable<Tv>;

The Iterable returned is one that produces the values from the current ImmSet.

Returns

Examples

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