son_dump

Function son_dump 

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

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

§Safety

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