-
If there is a value |
Beta Was this translation helpful? Give feedback.
Answered by
En3Tho
Aug 24, 2022
Replies: 1 comment
-
No, there is not. I tried doing something like that but C# has special handling of this operator (especially precedence). Option.defaultValue/defaultWith is the way to go in F#. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vzarytovskii
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, there is not. I tried doing something like that but C# has special handling of this operator (especially precedence).
Option.defaultValue/defaultWith is the way to go in F#.