Treatment and
std/ops/bin::and
Generics
◻ B:
Binary
Inputs
⇥ a:
Stream<B>
⇥ b:
Stream<B>
Outputs
↦ and:
Stream<B>
Logical and
Makes and ⋀ binary operation between values passed through streams.
std/ops/bin::and
◻ B:
Binary
⇥ a:
Stream<B>
⇥ b:
Stream<B>
↦ and:
Stream<B>
Logical and
Makes and ⋀ binary operation between values passed through streams.