Treatment xor

std/ops/bin::xor


Generics

◻ B: Binary

Inputs

⇥ a: Stream<B>
⇥ b: Stream<B>

Outputs

↦ or: Stream<B>


Logical exclusive or.

Makes xor ⊕ binary operation between values passed through streams.