Commits

Dave Abrahams committed 52279845753
[stdlib/prototype] Scaffolding for multiprecision Add basic components needed to do multiple-/mixed-precision arithmetic in terms of constituent UWords. With these tools we should be able to implement generic in-place mixed-width arithmetic operations such as anInt16 += aUInt8 and generalize it to BigInt arithmetic.