Skip to main content

NewGeneric

Creates a Generic from a list of values.

def NewGeneric(
items: SetObject
) - > Generic

Creates a Generic from a list of values.

Parameters

NameTypeDescription
itemsSetObjectA variadic list of SetObject values to be inserted into the new Generic object.

Returns

TypeDescription
GenericA new Generic object containing the provided items.