Skip to content

swift_getExistentialMetatypeMetadata(__)

0x41c edited this page Feb 28, 2022 · 1 revision

swift_getExistentialMetatypeMetadata(_:)

Fetch a uniqued metadata for an existential metatype type.

@_silgen_name("swift_getExistentialMetatypeMetadata")
public func swift_getExistentialMetatypeMetadata(
    _ instanceType: Any.Type
) -> Any.Type

Parameters

  • instanceType: The type to get the existential metatype type from.

Returns

A uniqued metadata for an existential metatype type.

Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally