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