&=(_:_:)

Calculate the bitwise AND of a and b and return the result.

Bitwise Ops.swift:32
static func &= (a: inout BigUInt, b: BigUInt)