Exemplo n.º 1
0
 public static R[] toArray <L, R>(EitherUnsafe <L, R> either) =>
 either.ToArray();
Exemplo n.º 2
0
 public static ImmutableArray <R> toArray <R, L>(EitherUnsafe <R, L> either) =>
 either.ToArray();