Option
This module provides several methods to works with Option<T>
type.
When possible, the examples will use the extension method format, all of them can be replaced by module method without change any behavior.
WARNING
Some methods has different parameter order in extension and module versions. It occurs because the static methods in modules are optimized to partial application rather than extension methods that wants to improve usability to make a similar
System.Linq
sintax.
Methods
Last updated
Was this helpful?