Beispiel #1
0
 public static bool existsUnsafe <R, L>(EitherUnsafe <R, L> either, Func <R, bool> pred) =>
 either.ExistsUnsafe(pred);