Function add

Source
pub fn add<M: Manager>(
    m: M,
    lhs: &JsBigint,
    rhs: &JsBigint,
) -> JsBigintMutRef<M::Dealloc>