Function new_array

Source
pub fn new_array<M: Manager, I: ExactSizeIterator<Item = Any<M::Dealloc>>>(
    m: M,
    i: impl IntoIterator<IntoIter = I>,
) -> JsArrayMutRef<M::Dealloc>