Example #1
0
 public static R matchUnsafe <T, R>(Option <T> option, Func <T, R> Some, Func <R> None) =>
 option.MatchUnsafe(Some, None);