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