Exemple #1
0
 public static ValueTask <bool> exists <A>(ValueTask <A> self, Func <A, bool> pred) =>
 self.Exists(pred);