Example #1
0
 public static int count <T>(Option <T> option) =>
 option.Count();
Example #2
0
 public static int count <A>(Option <A> option) =>
 option.Count();