public static OptionUnsafe <T> add <NUM, T>(OptionUnsafe <T> lhs, OptionUnsafe <T> rhs) where NUM : struct, Num <T> =>
 lhs.Add <NUM, T>(rhs);