There is an option to pass nullable booleans over the connection: ``` Sexp.Make(bool? x) ``` But there aren't options to pass on nullable strings, ints, doubles, ... Why is that? And more importandly, what would be the best solution to pass on nullable doubles? Regards
There is an option to pass nullable booleans over the connection:
But there aren't options to pass on nullable strings, ints, doubles, ...
Why is that?
And more importandly, what would be the best solution to pass on nullable doubles?
Regards