pub fn new_object<M: Manager, I: ExactSizeIterator<Item = Property<M::Dealloc>>>(
m: M,
i: impl IntoIterator<IntoIter = I>,
) -> JsObjectMutRef<M::Dealloc>
pub fn new_object<M: Manager, I: ExactSizeIterator<Item = Property<M::Dealloc>>>(
m: M,
i: impl IntoIterator<IntoIter = I>,
) -> JsObjectMutRef<M::Dealloc>