Example #1
0
 public static Cell <T> Hold <T>(this Stream <T> s, T initialValue) => s.HoldImpl(initialValue);