pub unsafe extern "C" fn GetSymbolCode(
symbol: Handle<*mut Symbol>,
) -> SymbolCodeExpand description
Return the SymbolCode telling what sort of symbol symbol is.
A symbol’s SymbolCode never changes once it is created.
pub unsafe extern "C" fn GetSymbolCode(
symbol: Handle<*mut Symbol>,
) -> SymbolCodeReturn the SymbolCode telling what sort of symbol symbol is.
A symbol’s SymbolCode never changes once it is created.