yinput_yarray

Function yinput_yarray 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn yinput_yarray( values: *mut YInput, len: u32, ) -> YInput
Expand description

Function constructor used to create a nested YArray YInput cell prefilled with other values of a given length. This function doesn’t allocate any heap resources and doesn’t release any on its own, therefore its up to a caller to free resources once a structure is no longer needed.