pub fn new_bigint<M: Manager, I: ExactSizeIterator<Item = u64>>(
m: M,
sign: Sign,
i: impl IntoIterator<IntoIter = I>,
) -> JsBigintMutRef<M::Dealloc>
pub fn new_bigint<M: Manager, I: ExactSizeIterator<Item = u64>>(
m: M,
sign: Sign,
i: impl IntoIterator<IntoIter = I>,
) -> JsBigintMutRef<M::Dealloc>