示例#1
0
 public static Either <A, Exception> AsEither <A>(this Try <A> either)
 => either.AsEither(id);