+=(_:_:)

Add a and b together, and store the sum in a.

Addition.swift:91
static func += (a: inout BigUInt, b: BigUInt)