You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately this is not possible. If I recall correctly it may be possible to get the type/type info from the mangled name, but not just the name itself.
how to get class/struct by name string?
struct Person{}
let info = typeInfo(of:"Person")
The text was updated successfully, but these errors were encountered: