patch_seq_char_to_string

Function patch_seq_char_to_string 

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

Convert a Unicode code point to a single-character string

Stack effect: ( int – str )

Creates a string containing the single character represented by the code point. Panics if the code point is invalid.

§Safety

Stack must have an Int on top