|=(_:_:)

Calculate the bitwise OR of a and b, and store the result in a.

Bitwise Ops.swift:22
static func |= (a: inout BigUInt, b: BigUInt)