-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
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
Reactions are currently unavailable