Exemplo n.º 1
0
 public static Lst <R> toList <L, R>(EitherUnsafe <L, R> either) =>
 either.ToList();
Exemplo n.º 2
0
 public static IImmutableList <R> toList <R, L>(EitherUnsafe <R, L> either) =>
 either.ToList();