pub fn array_apply<A: Array>(array: &mut A, reflect: &dyn Reflect)
Applies the reflected array data to the given array.