Option handler.
Either a constant value of type R, or a function that receives the matched value and optionally a delegate function for invoking the fallback handler.
R
The type of the matched option value
The return type of the handler
The delegate function type; defaults to never (no delegation)
never
Option handler.
Either a constant value of type
R, or a function that receives the matched value and optionally a delegate function for invoking the fallback handler.