Skip to main content

type_symbol_unchecked

Function type_symbol_unchecked 

Source
unsafe fn type_symbol_unchecked<T: TypedExternal>() -> SEXP
Expand description

Unchecked version of type_symbol - no thread safety checks.

§Safety

Must be called from R’s main thread. No debug assertions.