Ejemplo n.º 1
0
 public static Stream <T> Gate <T>(this Stream <T> s, Behavior <bool> b) => s.GateImpl(b);
Ejemplo n.º 2
0
 public static Stream <T> Gate <T>(this Stream <T> s, Cell <bool> c) => s.GateImpl(c);