ofPair
Namespace: FsToolkit.ErrorHandling
Transforms a bool * 'T
value to 'T Option
.
Function Signature
Examples
Example 1
Example 2
Example 3
Instead of using this code snippet,
you could use Option.ofPair
if it better suits your use case
Last updated