#[unsafe(no_mangle)]pub unsafe extern "C" fn soil_list_new(
items: *const *const Value,
n: usize,
err: *mut *mut SoilError,
) -> *mut ValueExpand description
Build a list from borrowed elements.
ยงSafety
items points to n valid value handles; err is null or valid.