BitwiseXor

public protocol BitwiseXor[Other = Self]

Raw protocol backing the ^ operator.

Associated Types

type Output

Methods

consuming func bitwiseXor(consuming Other) -> Output

Returns self ^ other.

Defined in lang/std/core/bitwise.ks