patch_seq_string_to_symbol

Function patch_seq_string_to_symbol 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_string_to_symbol( stack: Stack, ) -> Stack
Expand description

Convert a String to a Symbol

Stack effect: ( String – Symbol )

§Safety

Stack must have a String on top.