We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39273b commit b2d65b3Copy full SHA for b2d65b3
stdlib/public/core/Misc.swift
@@ -70,6 +70,9 @@ func _withUninitializedString<R>(
70
return (bodyResult, stringResult)
71
}
72
73
+// FIXME(ABI): this API should allow controlling different kinds of
74
+// qualification separately: qualification with module names and qualification
75
+// with type names that we are nested in.
76
@_silgen_name("swift_getTypeName")
77
public func _getTypeName(_ type: Any.Type, qualified: Bool)
78
-> (UnsafePointer<UInt8>, Int)
0 commit comments