Treatment or

std/ops/bin::or


Generics

◻ B: Binary

Inputs

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

Outputs

↦ or: Stream<B>


Logical inclusive or.

Makes or ⋁ binary operation between values passed through streams.