public static bool Where <R, L>(this EitherUnsafe <R, L> self, Func <R, bool> pred) =>
 self.ExistsUnsafe(pred);