pub fn new_string<M: Manager, I: ExactSizeIterator<Item = u16>>(
m: M,
i: impl IntoIterator<IntoIter = I>,
) -> JsStringMutRef<M::Dealloc>
pub fn new_string<M: Manager, I: ExactSizeIterator<Item = u16>>(
m: M,
i: impl IntoIterator<IntoIter = I>,
) -> JsStringMutRef<M::Dealloc>