unsafe fn type_id_symbol<T: TypedExternal>() -> SEXPExpand description
Get the namespaced type ID symbol for type checking.
Uses TYPE_ID_CSTR which includes the module path for uniqueness.
§Safety
Must be called from R’s main thread.
unsafe fn type_id_symbol<T: TypedExternal>() -> SEXPGet the namespaced type ID symbol for type checking.
Uses TYPE_ID_CSTR which includes the module path for uniqueness.
Must be called from R’s main thread.