Example #1
0
 public static bool AsStringNotIn(this char[] arr, params string[] seq) => IsNotIn(arr.AsString(), seq);