Example #1
0
 public static ValueTask <bool> forall <A>(ValueTask <A> self, Func <A, bool> pred) =>
 self.ForAll(pred);