Enumeration_RegexParser5.9.0
TypeConstruction
enum TypeConstruction
Citizens in _RegexParser
Members
static func arrayType(of: Any.Type
) -> Any.Type static func optionalType(of: Any.Type
) -> Any.Type static func optionalType<Base>(of: Base.Type, depth: Int
) -> Any.Type static func tuple<Elements>(of: Elements
) -> Any Creates a type-erased tuple with the given elements.
static func tupleType<ElementTypes>(of: ElementTypes, labels: String?
) -> Any.Type Returns a tuple metatype of the given element types.