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.
std/ops/bin::or
◻ B:
Binary
⇥ a:
Stream<B>
⇥ b:
Stream<B>
↦ or:
Stream<B>
Logical inclusive or.
Makes or ⋁ binary operation between values passed through streams.