예제 #1
0
 public static int count <L, R>(Either <L, R> either) =>
 either.Count();