示例#1
0
 public static bool AnyTrue(this Cubic <bool> a)
 {
     return(a.Aggregate((b, c) => b || c));
 }