youtput_read_yarray

Function youtput_read_yarray 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn youtput_read_yarray( val: *const YOutput, ) -> *mut Branch
Expand description

Attempts to read the value for a given YOutput pointer as an YArray.

Returns a null pointer in case when a value stored under current YOutput cell is not an YArray. Underlying heap resources are released automatically as part of youtput_destroy destructor.