BitwiseOrAssign

public protocol BitwiseOrAssign[Other = Self]

Raw protocol backing the |= operator.

Methods

mutating func bitwiseOrAssign(Other)

Mutates self to self | other.

Defined in lang/std/core/assign.ks