Logical negation operator in F#? (!-equivalent)

前端 未结 3 634
深忆病人
深忆病人 2021-01-07 16:32

What is the equivalent to the C# \"!\" operator in F#?

3条回答
  •  自闭症患者
    2021-01-07 16:42

    According to "Foundations of F#", page 61:

    F# uses a function called not for Boolean "not" operations.

提交回复
热议问题