Пример #1
0
 public static Option <T> add <NUM, T>(Option <T> lhs, Option <T> rhs) where NUM : struct, Num <T> =>
 lhs.Add <NUM, T>(rhs);