unsafe fn type_symbol<T: TypedExternal>() -> SEXPExpand description
Get the interned R symbol for a type’s name.
R interns symbols via Rf_install, so the same string always returns
the same pointer. This enables fast pointer comparison for type checking.
§Safety
Must be called from R’s main thread.