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.
_typeName
String.init(reflecting:)
1 parent 21ec1d7 commit 11ccf4cCopy full SHA for 11ccf4c
Sources/CustomDump/Internal/AnyType.swift
@@ -1,5 +1,5 @@
1
func typeName(_ type: Any.Type) -> String {
2
- var name = String(reflecting: type)
+ var name = _typeName(type)
3
if let index = name.firstIndex(of: ".") {
4
name.removeSubrange(...index)
5
}
0 commit comments