Beispiel #1
0
 public static bool biexists <A>(Option <A> option, Func <A, bool> Some, Func <bool> None) =>
 option.BiExists(Some, None);