Returns a set with all instances of a given Type within a collection.
This function does not generate a change.
type_all(type)
| Argument | Type | Description |
|---|---|---|
| type | str | The name of the Type for which the instances must be returned. |
A set with all occurrences of the given Type within a collection.