Skip to main content

soil_list_new

Function soil_list_new 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn soil_list_new( items: *const *const Value, n: usize, err: *mut *mut SoilError, ) -> *mut Value
Expand description

Build a list from borrowed elements.

ยงSafety

items points to n valid value handles; err is null or valid.