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