What is the equivalent to the C# "!" operator in F#?
Thanks, Jacob
|
|
What is the equivalent to the C# "!" operator in F#? Thanks, Jacob
|
||
|
|
|
|
According to "Foundations of F#", page 61:
|
||
|
|
|
|
See http://research.microsoft.com/fsharp/manual/FSharp.Core/Microsoft.FSharp.Core.Operators.html for more. |
||
|
|
|
|
you can also use "<>" |
||
|
|