son_dump_pretty

Function son_dump_pretty 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn son_dump_pretty( stack: *mut StackValue, ) -> *mut StackValue
Expand description

son.dump-pretty: Serialize top of stack to SON string (pretty-printed) Stack effect: ( Value – String )

§Safety

  • The stack must be a valid stack pointer
  • The stack must contain at least one value