Function native_to_array

Source
pub fn native_to_array<T>(
    vm: &mut Vm<'_, T>,
    iterable: Value,
) -> Result<Value, ExecutionErrorPayload>