NewGeneric
Creates a Generic from a list of values.
def NewGeneric(
items: SetObject
) - > Generic
Creates a Generic from a list of values.
Parameters
| Name | Type | Description |
|---|---|---|
| items | SetObject | A variadic list of SetObject values to be inserted into the new Generic object. |
Returns
| Type | Description |
|---|---|
Generic | A new Generic object containing the provided items. |