create_array_with_length

Function create_array_with_length 

Source
pub unsafe fn create_array_with_length(
    env: Env,
    length: usize,
    result: *mut Value,
) -> Result<(), Status>
Available on crate feature napi-1 only.
Expand description