BitwiseXorAssign

public protocol BitwiseXorAssign[Other = Self]

Raw protocol backing the ^= operator.

Methods

mutating func bitwiseXorAssign(Other)

Mutates self to self ^ other.

Defined in lang/std/core/assign.ks