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