コード例 #1
0
 public bool All(Func <T, bool> f) => f(First) && Rest.All(f);