Function new_string

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