tupleType(of:labels:)

Returns a tuple metatype of the given element types.

static func tupleType<ElementTypes>(of elementTypes: ElementTypes, labels: String? = nil) -> any Any.Type where ElementTypes : BidirectionalCollection, ElementTypes.Element == any Any.Type