Condition handler.
Either a constant value of type R, or a function (value: V) => R that computes the result.
R
(value: V) => R
The type of the matched condition value
The return type of the handler
Condition handler.
Either a constant value of type
R, or a function(value: V) => Rthat computes the result.